浏览代码

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

Nathalie Furmento 15 年之前
父节点
当前提交
04859cb77f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>