1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 20:29:57 +00:00

Missing include fix

This commit is contained in:
scrawl 2015-11-27 22:21:01 +01:00
parent 35fa1f5865
commit 30cc633f2c

View file

@ -1,6 +1,7 @@
#include "storage.hpp" #include "storage.hpp"
#include <set> #include <set>
#include <iostream>
#include <osg/Image> #include <osg/Image>
#include <osg/Plane> #include <osg/Plane>