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

For compiling with MSVC 2012

This commit is contained in:
cc9cii 2014-06-12 07:04:57 +10:00
parent 36e380c6be
commit 37f0c253f6

View File

@ -3,6 +3,7 @@
#include <sstream>
#include <stdexcept>
#include <cctype> // std::isalnum
#include <boost/filesystem.hpp>