fix: Missing includes when building with USE_PRECOMPILED_HEADERS=OFF (#5389)

This commit is contained in:
Brian 2024-05-11 12:52:25 -04:00 committed by GitHub
parent c3b84cb4b6
commit 5c539ebe9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#ifdef USEWINSDK
# include <Windows.h>
# include <cstdio>
# include <tuple>
#endif

View file

@ -3,6 +3,7 @@
class QPoint;
class QWidget;
#include <QObject>
#include <QtGlobal>
namespace chatterino {