Explorar el Código

starpu_opencl.h: add missing include

Nathalie Furmento hace 13 años
padre
commit
9e56423411
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"