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 <osgDB/ReaderWriter>
#include <osgDB/Options>

#include <list>

...

now it builds fine.

/adrian

-- 
********************************************
Adrian Egli
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to