Browse Source

modified: src/compiler/gravity_token.h

fixes

src/compiler/gravity_token.h:97:2: error: unknown type name ‘uint32_t’
Scott Stensland 8 years ago
parent
commit
979ad04480
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/compiler/gravity_token.h

+ 2 - 0
src/compiler/gravity_token.h

@@ -9,6 +9,8 @@
 #ifndef __GRAVITY_TOKEN__
 #define __GRAVITY_TOKEN__
 
+#include <stdint.h>
+
 #include "debug_macros.h"
 
 //	================