1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +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 <stdexcept>
#include <iostream>
#include <boost/filesystem.hpp>