Ver código fonte

Add missing include for getting proper _starpu_simgrid_xbt_thread_create symbol name

Samuel Thibault 7 anos atrás
pai
commit
9af9c791f7
1 arquivos alterados com 1 adições e 0 exclusões
  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