Browse Source

Compile fix

Florian Born 3 years ago
parent
commit
320775b939
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/Common/StackAllocator.h

+ 1 - 0
code/Common/StackAllocator.h

@@ -51,6 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 #include <deque>
+#include <stdint.h>
 
 namespace Assimp
 {