1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +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 <algorithm>
#include <boost/lexical_cast.hpp>
#include "../mwbase/environment.hpp"