Browse Source

parser-inc: add missing include to <string> header

rdb 7 years ago
parent
commit
4e7edf8a53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/parser-inc/string

+ 1 - 0
dtool/src/parser-inc/string

@@ -22,6 +22,7 @@
 
 #include <stdtypedefs.h>
 #include <cwchar>
+#include <stdint.h>
 
 namespace std {
   template<class charT> struct char_traits;