1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 09:23:52 +00:00

Ensure osg/Version is included

This commit is contained in:
Alexander Olofsson 2020-02-13 19:32:17 +01:00
parent 807f550386
commit 7db58a893a
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -16,6 +16,7 @@
#include <osg/BlendFunc> #include <osg/BlendFunc>
#include <osg/AlphaFunc> #include <osg/AlphaFunc>
#include <osg/PolygonOffset> #include <osg/PolygonOffset>
#include <osg/Version>
#include <osg/observer_ptr> #include <osg/observer_ptr>
#include <osgParticle/BoxPlacer> #include <osgParticle/BoxPlacer>