浏览代码

Add missing include for getting proper _starpu_simgrid_xbt_thread_create symbol name

Samuel Thibault 7 年之前
父节点
当前提交
9af9c791f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/simgrid_cpp.cpp

+ 1 - 0
src/core/simgrid_cpp.cpp

@@ -17,6 +17,7 @@
  */
 
 #include <starpu.h>
+#include <core/simgrid.h>
 #include <common/config.h>
 
 #ifdef STARPU_SIMGRID