Fix Windows build

This commit is contained in:
Matt Pharr
2011-09-03 07:23:03 -07:00
parent b5bfa43e92
commit 766b34683c

View File

@@ -42,6 +42,7 @@
#ifdef ISPC_IS_WINDOWS #ifdef ISPC_IS_WINDOWS
#include <windows.h> #include <windows.h>
#include <direct.h> #include <direct.h>
#define strcasecmp stricmp
#endif #endif
#include <llvm/LLVMContext.h> #include <llvm/LLVMContext.h>
#include <llvm/Module.h> #include <llvm/Module.h>