Add includes so Chatterino compiles without PCH (#3308)

This commit is contained in:
Mm2PL
2021-10-26 15:20:28 +00:00
committed by GitHub
parent 4a90f10df9
commit c33efab751
6 changed files with 10 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
#include <QApplication>
#include <QCommandLineParser>
#include <QDebug>
#include <QRegularExpression>
#include <QStringList>
#include <QUuid>
+1
View File
@@ -4,6 +4,7 @@
#include <QWidget>
#include <boost/optional.hpp>
#include <boost/preprocessor.hpp>
#include <memory>
#include <string>
#include "common/Aliases.hpp"