From 5c539ebe9a735757541d72b5d06a50d810baea6e Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sat, 11 May 2024 12:52:25 -0400 Subject: [PATCH] fix: Missing includes when building with `USE_PRECOMPILED_HEADERS=OFF` (#5389) --- src/util/AttachToConsole.cpp | 1 + src/widgets/helper/TitlebarButtons.hpp | 1 + 2 files changed, 2 insertions(+) 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 {