소스 검색

add missing include for HANDLE

Samuel Thibault 15 년 전
부모
커밋
2bafbdef7f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      include/starpu_perfmodel.h

+ 3 - 0
include/starpu_perfmodel.h

@@ -20,6 +20,9 @@
 #include <stdio.h>
 #ifndef __MINGW32__
 #include <pthread.h>
+#else
+#include <windows.h>
+#undef interface
 #endif
 #include <starpu.h>
 #include <starpu_config.h>