소스 검색

Add missing change

Samuel Thibault 12 년 전
부모
커밋
c76f1369a1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      include/starpu.h

+ 3 - 0
include/starpu.h

@@ -46,6 +46,9 @@ typedef unsigned long long uint64_t;
 #include <starpu_perfmodel.h>
 #include <starpu_task.h>
 #include <starpu_task_list.h>
+#ifdef BUILDING_STARPU
+#include <util/starpu_task_list_inline.h>
+#endif
 #include <starpu_task_util.h>
 #include <starpu_scheduler.h>
 #include <starpu_expert.h>