diff options
Diffstat (limited to '3rdparty/lzma/CPP/Windows/NtCheck.h')
-rw-r--r-- | 3rdparty/lzma/CPP/Windows/NtCheck.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/Windows/NtCheck.h b/3rdparty/lzma/CPP/Windows/NtCheck.h index e56318f0093..a1b89ef2d1f 100644 --- a/3rdparty/lzma/CPP/Windows/NtCheck.h +++ b/3rdparty/lzma/CPP/Windows/NtCheck.h @@ -5,6 +5,8 @@ #ifdef _WIN32 +#include "../Common/MyWindows.h" + #if !defined(_WIN64) && !defined(UNDER_CE) static inline bool IsItWindowsNT() { |