1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 15:15:33 +00:00

Missing include fix

This commit is contained in:
scrawl 2015-12-18 02:58:38 +01:00
parent 1c8244276d
commit b2add6470b

View file

@ -1,5 +1,7 @@
#include "summoning.hpp"
#include <iostream>
#include "../mwbase/environment.hpp"
#include "../mwbase/world.hpp"