Explorar el Código

mpi/examples/mpi_lu/pxlu.h: add missing include

Nathalie Furmento hace 15 años
padre
commit
04859cb77f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mpi/examples/mpi_lu/pxlu.h

+ 1 - 0
mpi/examples/mpi_lu/pxlu.h

@@ -20,6 +20,7 @@
 /* for STARPU_USE_CUDA */
 #include <starpu_config.h>
 #include <starpu.h>
+#include <starpu_cuda.h>
 
 #include <common/blas.h>