1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-11 00:44:33 +00:00

add #include <stdint.h>

Required to get build to work on my configuration.
This commit is contained in:
dteviot 2015-01-17 15:35:58 +13:00
parent e95b513cfc
commit b66937d630

View File

@ -6,6 +6,7 @@
*/ */
#include <string> #include <string>
#include <stdint.h>
#include <OgreTexture.h> #include <OgreTexture.h>