Fix missing header for OSG macros.
Patch provided by Stewart Andreason.
This commit is contained in:
parent
8fc59cbc49
commit
edce380c7b
3 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <Network/HTTPClient.hxx>
|
||||
#include <Viewer/renderer.hxx>
|
||||
|
||||
#include <osg/Version>
|
||||
#include <osgDB/ReadFile>
|
||||
#include <stdexcept>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "Viewer.hxx"
|
||||
|
||||
#include <osg/Version>
|
||||
#include <osg/ArgumentParser>
|
||||
#include <osg/ProxyNode>
|
||||
#include <osg/PagedLOD>
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <osg/Version>
|
||||
#include <osg/ArgumentParser>
|
||||
#include <osgDB/ReadFile>
|
||||
#include <osgViewer/ViewerEventHandlers>
|
||||
|
|
Loading…
Add table
Reference in a new issue