소스 검색

Merge pull request #1263 from SKBotNL/fix-ies_loader

Add cstdint to ies_loader
Brian Roberts 1 년 전
부모
커밋
5fdb2b848d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>