瀏覽代碼

add missing headers

Cédric Augonnet 16 年之前
父節點
當前提交
9c58b47408
共有 1 個文件被更改,包括 2 次插入0 次删除
  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>