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

esm_reader.cpp: fix std::runtime_error compile error

This commit is contained in:
Edmondo Tommasina 2012-08-04 22:51:43 +02:00
parent 32b167ce2b
commit c08e098d7f

View File

@ -1,4 +1,5 @@
#include "esm_reader.hpp"
#include <stdexcept>
namespace ESM
{