[osg-users] osgEarth: Missing include in osgEarth::config

2009-10-31 Thread Adrian Egli OpenSceneGraph (3D)
Hi i build latest osgEarth against latest osg svn, and i got a building issue with VC 2005 missing include in config.h #include osgDB/Options f:\dev\OpenSceneGraph\osgEarth\src\osgEarth\Config /** ... */ #ifndef OSGEARTH_CONFIG_H #define OSGEARTH_CONFIG_H 1 #include osgEarth/Common #include

Re: [osg-users] osgEarth: Missing include in osgEarth::config

2009-10-31 Thread Glenn Waldron
Thanks Adrian, fixed and checked in. This was a result of the new Options header appearing around OSG 2.9.5. Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791 On Sat, Oct 31, 2009 at 12:26 PM, Adrian Egli OpenSceneGraph (3D) 3dh...@gmail.com wrote: Hi i build