소스 검색

fix missing include

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

+ 2 - 0
src/common/list.h

@@ -18,6 +18,8 @@
 #ifndef __LIST_H__
 #define __LIST_H__
 
+#include <starpu_util.h>
+
 /** @file
  * @brief Doubly-linked lists
  */