Explorar el Código

fix missing include

Samuel Thibault hace 8 años
padre
commit
63b8962caf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
  */