瀏覽代碼

add config.h #include to int.h

Bill Meltsner 14 年之前
父節點
當前提交
ce682a45c6
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/common/int.h

+ 2 - 0
src/common/int.h

@@ -21,6 +21,8 @@
 #ifndef LOVE_INT_H
 #define LOVE_INT_H
 
+#include <common/config.h>
+
 #ifndef LOVE_WINDOWS
 #include <stdint.h>
 #endif