mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1263 from SKBotNL/fix-ies_loader
Add cstdint to ies_loader
This commit is contained in:
commit
5fdb2b848d
|
|
@ -37,6 +37,7 @@
|
|||
#ifndef _H_IES_LOADER_H_
|
||||
#define _H_IES_LOADER_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue