1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 04:39:42 +00:00

(Hopefully) add include which G++ requires even though VC++ doesn't.

This commit is contained in:
AnyOldName3 2018-02-27 16:54:48 +00:00
parent 451d0de463
commit bc4b4c66e4

View file

@ -2,6 +2,7 @@
#define COMPONENTS_SCENEUTIL_SHADOW_H
#include <osgShadow/ShadowSettings>
#include <osgShadow/ShadowedScene>
#include <components/terrain/quadtreeworld.hpp>
#include <components/shader/shadermanager.hpp>