1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Merged in filnet/librepilot/LP-32_osgearth_follow_up (pull request #277)

LP-32 add missing Version include
This commit is contained in:
Alessio Morale 2016-07-10 15:10:20 +02:00
commit 49bb804b00

View File

@ -36,6 +36,7 @@
#include <osg/Node>
#include <osg/Vec4>
#include <osg/ApplicationUsage>
#include <osg/Version>
#include <osgDB/WriteFile>
#include <osgViewer/CompositeViewer>
#include <osgViewer/ViewerEventHandlers>