ソースを参照

port r11314 from 1.1: Add missing include

Samuel Thibault 11 年 前
コミット
9529be1e71
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/drivers/cuda/driver_cuda.c

+ 1 - 0
src/drivers/cuda/driver_cuda.c

@@ -30,6 +30,7 @@
 #include <cuda_gl_interop.h>
 #endif
 #include <datawizard/memory_manager.h>
+#include <datawizard/malloc.h>
 
 #ifdef STARPU_SIMGRID
 #include <core/simgrid.h>