Fix compile error related to missing osg version include (< 3.6)

For some reason this compiles on 3.6.
This commit is contained in:
Richard Harrison
2019-02-19 15:11:04 +01:00
parent dd240116b1
commit 31c9df665d

View File

@@ -21,6 +21,7 @@
#include <osg/RenderInfo>
#include <osg/Texture3D>
#include <osg/TextureBuffer>
#include <osg/Version>
namespace simgear {
namespace compositor {