Fix compilation error with MSVC

This commit is contained in:
Clément Foucault
2018-07-19 17:18:08 +02:00
parent ca0ecf4c08
commit 44c7a7cf8b

View File

@@ -36,6 +36,7 @@
#ifdef _WIN32
# include <windows.h>
# undef interface /* fix conflict with GPU_batch.h */
#endif
#include "MEM_guardedalloc.h"