diff --git a/modules/core/src/system.cpp b/modules/core/src/system.cpp index 98971d57eb..ef9facd4f1 100644 --- a/modules/core/src/system.cpp +++ b/modules/core/src/system.cpp @@ -178,6 +178,7 @@ const uint64_t AT_HWCAP = NT_GNU_HWCAP; #define _WIN32_WINNT 0x0400 // http://msdn.microsoft.com/en-us/library/ms686857(VS.85).aspx #endif #include +#include #if (_WIN32_WINNT >= 0x0602) #include #endif