1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-11 08:41:28 +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 #define COMPONENTS_SCENEUTIL_SHADOW_H
#include <osgShadow/ShadowSettings> #include <osgShadow/ShadowSettings>
#include <osgShadow/ShadowedScene>
#include <components/terrain/quadtreeworld.hpp> #include <components/terrain/quadtreeworld.hpp>
#include <components/shader/shadermanager.hpp> #include <components/shader/shadermanager.hpp>