Browse Source

Merge pull request #1263 from SKBotNL/fix-ies_loader

Add cstdint to ies_loader
Brian Roberts 1 năm trước cách đây
mục cha
commit
5fdb2b848d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>