1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +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 <set>
#include <iostream>
#include <osg/Image>
#include <osg/Plane>