mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 01:15:32 +00:00
add #include <stdint.h>
Required to get build to work on my configuration.
This commit is contained in:
parent
e95b513cfc
commit
b66937d630
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <OgreTexture.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue