diff --git a/src/unlocker/main.cpp b/src/unlocker/main.cpp index 974e6bb..8648834 100644 --- a/src/unlocker/main.cpp +++ b/src/unlocker/main.cpp @@ -9,7 +9,12 @@ #include "proxy-configurator.h" #include "cache-cleaner.h" -#include +#if defined(__MINGW32__) || defined(__MINGW64__) + #include +#else + #include +#endif + #include #include #include