소스 검색

starpu_opencl.h: add missing include

Nathalie Furmento 13 년 전
부모
커밋
9e56423411
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/starpu_opencl.h

+ 1 - 0
include/starpu_opencl.h

@@ -25,6 +25,7 @@
 #include <CL/cl.h>
 #include <CL/cl.h>
 #endif
 #endif
 #include <starpu_config.h>
 #include <starpu_config.h>
+#include <assert.h>
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C"
 extern "C"