Browse Source

Merge pull request #1263 from SKBotNL/fix-ies_loader

Add cstdint to ies_loader
Brian Roberts 1 year ago
parent
commit
5fdb2b848d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/source/gfx/bitmap/loaders/ies/ies_loader.h

+ 1 - 0
Engine/source/gfx/bitmap/loaders/ies/ies_loader.h

@@ -37,6 +37,7 @@
 #ifndef _H_IES_LOADER_H_
 #ifndef _H_IES_LOADER_H_
 #define _H_IES_LOADER_H_
 #define _H_IES_LOADER_H_
 
 
+#include <cstdint>
 #include <vector>
 #include <vector>
 #include <string>
 #include <string>