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

added a missing include

This commit is contained in:
Marc Zinnschlag 2012-09-10 13:19:15 +02:00
parent 273ac0a97f
commit 61c8a627aa

View File

@ -1,5 +1,7 @@
#include "spellbuyingwindow.hpp" #include "spellbuyingwindow.hpp"
#include <algorithm>
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
#include "../mwbase/environment.hpp" #include "../mwbase/environment.hpp"