1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +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 <vector>
#include <cassert>
#include <stdint.h>
#include <libs/platform/stdint.h>
#include "record.hpp"
#include "nif_types.hpp"