瀏覽代碼

starpu_opencl.h: add missing include

Nathalie Furmento 12 年之前
父節點
當前提交
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>
 #endif
 #include <starpu_config.h>
+#include <assert.h>
 
 #ifdef __cplusplus
 extern "C"