소스 검색

Add missing simix include for simix functions

Samuel Thibault 7 년 전
부모
커밋
2bce3f1e71
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/thread.c

+ 1 - 0
src/common/thread.c

@@ -34,6 +34,7 @@
 #include <xbt/synchro_core.h>
 #endif
 #include <smpi/smpi.h>
+#include <simgrid/simix.h>
 #else
 
 #if defined(STARPU_LINUX_SYS) && defined(STARPU_HAVE_XCHG)