Преглед на файлове

Add cstdint to ies_loader

Sven преди 1 година
родител
ревизия
ba5351180b
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      Engine/source/gfx/bitmap/loaders/ies/ies_loader.cpp
  2. 1 0
      Engine/source/gfx/bitmap/loaders/ies/ies_loader.h

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

@@ -37,6 +37,7 @@
 #include "ies_loader.h"
 #include <assert.h>
 #include <algorithm>
+#include <cstdint>
 #include <functional>
 
 #include "math/mMathFn.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>