diff options
Diffstat (limited to 'launcher/Markdown.h')
-rw-r--r-- | launcher/Markdown.h | 2 |
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 |