1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

esm_reader.hpp: fix std::runtime_error compile error

This commit is contained in:
Edmondo Tommasina 2012-08-03 22:04:02 +02:00
parent c251fbdf23
commit 0f3cb5667f

View File

@ -6,6 +6,7 @@
#include <cassert> #include <cassert>
#include <vector> #include <vector>
#include <sstream> #include <sstream>
#include <stdexcept>
#include <OgreDataStream.h> #include <OgreDataStream.h>