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;