Explorar el Código

Merge pull request #1263 from SKBotNL/fix-ies_loader

Add cstdint to ies_loader
Brian Roberts hace 1 año
padre
commit
5fdb2b848d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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_
 #define _H_IES_LOADER_H_
 
+#include <cstdint>
 #include <vector>
 #include <string>