mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Add cstdint to ies_loader
This commit is contained in:
parent
29ba0439b7
commit
ba5351180b
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
||||||
#include "ies_loader.h"
|
#include "ies_loader.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstdint>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#include "math/mMathFn.h"
|
#include "math/mMathFn.h"
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
#ifndef _H_IES_LOADER_H_
|
#ifndef _H_IES_LOADER_H_
|
||||||
#define _H_IES_LOADER_H_
|
#define _H_IES_LOADER_H_
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue