Browse Source

Add missing include for getting proper _starpu_simgrid_xbt_thread_create symbol name

Samuel Thibault 7 years ago
parent
commit
9af9c791f7
1 changed files with 1 additions and 0 deletions
  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