From 0b1e98a4e2ea9a3241d68bced31056def56767bf Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Tue, 4 Jan 2022 17:48:25 +0100 Subject: [PATCH] Fix include order --- GlosSIConfig/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlosSIConfig/main.cpp b/GlosSIConfig/main.cpp index 5fa2358..a691037 100644 --- a/GlosSIConfig/main.cpp +++ b/GlosSIConfig/main.cpp @@ -23,8 +23,8 @@ limitations under the License. #include #ifdef _WIN32 -#include #include +#include #include #pragma comment(lib, "Dwmapi.lib") #include "ExeImageProvider.h"