From 2172732b1e8c3c98b65a0eff392f0995798ee2f6 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 18 Sep 2020 15:57:59 +0100 Subject: [PATCH] Include windows.h first as it's special --- src/ui/windows7thumbbar.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/windows7thumbbar.cpp b/src/ui/windows7thumbbar.cpp index c877b3e94..d535d185c 100644 --- a/src/ui/windows7thumbbar.cpp +++ b/src/ui/windows7thumbbar.cpp @@ -26,9 +26,11 @@ #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0600 #endif +// clang-format off +#include #include #include -#include +// clang-format on #endif // Q_OS_WIN32 const int Windows7ThumbBar::kIconSize = 16;