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
+3
View File
@@ -1,7 +1,10 @@
#pragma once
#include "ForwardDecl.hpp"
#include <QTimer>
#include <QWidget>
#include <memory>
namespace chatterino {