Add missing windows-include.

Fixes https://github.com/root-project/cling/issues/352
This commit is contained in:
Sylvain Corlay 2020-08-28 00:32:09 +02:00 committed by jenkins
parent 4203690c46
commit dcc486834b

View File

@ -36,6 +36,7 @@
#endif // __APPLE__
#ifdef LLVM_ON_WIN32
#include <windows.h>
#include <libloaderapi.h> // For GetModuleFileNameA
#include <memoryapi.h> // For VirtualQuery
#endif