diff --git a/src/util/AttachToConsole.cpp b/src/util/AttachToConsole.cpp index 41689c699..5f887260e 100644 --- a/src/util/AttachToConsole.cpp +++ b/src/util/AttachToConsole.cpp @@ -3,6 +3,7 @@ #ifdef USEWINSDK # include +# include # include #endif diff --git a/src/widgets/helper/TitlebarButtons.hpp b/src/widgets/helper/TitlebarButtons.hpp index 42a430d69..e7ee3eb5b 100644 --- a/src/widgets/helper/TitlebarButtons.hpp +++ b/src/widgets/helper/TitlebarButtons.hpp @@ -3,6 +3,7 @@ class QPoint; class QWidget; +#include #include namespace chatterino {