1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-06 00:40:04 +00:00

fixed a missing include

This commit is contained in:
Marc Zinnschlag 2011-09-06 10:02:39 +02:00
parent 79a95bea83
commit b63a2602c3

View File

@ -5,6 +5,7 @@
#include <algorithm> #include <algorithm>
#include <stdexcept> #include <stdexcept>
#include <iostream>
#include <boost/filesystem.hpp> #include <boost/filesystem.hpp>