Преглед изворни кода

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
 #ifndef LOVE_INT_H
 #define LOVE_INT_H
 #define LOVE_INT_H
 
 
+#include <common/config.h>
+
 #ifndef LOVE_WINDOWS
 #ifndef LOVE_WINDOWS
 #include <stdint.h>
 #include <stdint.h>
 #endif
 #endif