瀏覽代碼

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
  */