fix: Missing includes when building with USE_PRECOMPILED_HEADERS=OFF (#5389)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
#ifdef USEWINSDK
|
#ifdef USEWINSDK
|
||||||
# include <Windows.h>
|
# include <Windows.h>
|
||||||
|
|
||||||
|
# include <cstdio>
|
||||||
# include <tuple>
|
# include <tuple>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
class QPoint;
|
class QPoint;
|
||||||
class QWidget;
|
class QWidget;
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|||||||
Reference in New Issue
Block a user