1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-20 20:14:06 +00:00

compatibility fix

This commit is contained in:
Marc Zinnschlag 2012-08-05 00:06:19 +02:00
parent f5ee5a5414
commit dbcd4a8b5b

View file

@ -36,7 +36,8 @@
#include <stdexcept> #include <stdexcept>
#include <vector> #include <vector>
#include <cassert> #include <cassert>
#include <stdint.h>
#include <libs/platform/stdint.h>
#include "record.hpp" #include "record.hpp"
#include "nif_types.hpp" #include "nif_types.hpp"