Bläddra i källkod

add missing headers

Cédric Augonnet 16 år sedan
förälder
incheckning
9c58b47408
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/common/htable32.c

+ 2 - 0
src/common/htable32.c

@@ -14,6 +14,8 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <starpu.h>
+#include <common/config.h>
 #include <common/htable32.h>
 #include <stdint.h>
 #include <string.h>