Преглед изворни кода

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>
 #endif
 #include <starpu_config.h>
+#include <assert.h>
 
 #ifdef __cplusplus
 extern "C"