diff --git a/codeJK2/icarus/tokenizer.h b/codeJK2/icarus/tokenizer.h index 70e83de392..aecb6ef901 100644 --- a/codeJK2/icarus/tokenizer.h +++ b/codeJK2/icarus/tokenizer.h @@ -25,7 +25,6 @@ along with this program; if not, see . #ifndef __TOKENIZER_H #define __TOKENIZER_H -#include #include #include #include @@ -427,7 +426,7 @@ class CTokenizer void SetErrorProc(LPTokenizerErrorProc errorProc); void AddParseStream(byte* data, long datasize); bool AddParseFile(const char *filename); - uint32_t ParseRGB(); + unsigned int ParseRGB(); long GetRemainingSize(); unsigned GetFlags();