#include <windows.h> if one is provided.

This commit is contained in:
2016-06-02 03:16:02 -04:00
parent 66444ba1cb
commit 4a5f3476e2
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#if defined(_WIN32)
#include <windows.h>
#endif
#include <Common/memtest.h>
#include <Common/CriticalSection.h>