1
0
Fork 0

Fix missing header for OSG macros.

Patch provided by Stewart Andreason.
This commit is contained in:
Scott Giese 2019-02-05 21:48:05 -06:00
parent 8fc59cbc49
commit edce380c7b
3 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <Network/HTTPClient.hxx>
#include <Viewer/renderer.hxx>
#include <osg/Version>
#include <osgDB/ReadFile>
#include <stdexcept>

View file

@ -22,6 +22,7 @@
#include "Viewer.hxx"
#include <osg/Version>
#include <osg/ArgumentParser>
#include <osg/ProxyNode>
#include <osg/PagedLOD>

View file

@ -20,6 +20,7 @@
#include <config.h>
#endif
#include <osg/Version>
#include <osg/ArgumentParser>
#include <osgDB/ReadFile>
#include <osgViewer/ViewerEventHandlers>