aboutsummaryrefslogtreecommitdiff
path: root/launcher/Markdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Markdown.h')
-rw-r--r--launcher/Markdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Markdown.h b/launcher/Markdown.h
index 6b261e60..f91a016b 100644
--- a/launcher/Markdown.h
+++ b/launcher/Markdown.h
@@ -18,7 +18,7 @@
#pragma once
-#include <QString>
#include <cmark.h>
+#include <QString>
QString markdownToHTML(const QString& markdown); \ No newline at end of file