Bläddra i källkod

fix missing include

Samuel Thibault 7 år sedan
förälder
incheckning
63b8962caf
1 ändrade filer med 2 tillägg och 0 borttagningar
  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
  */