Added #include<memory> to fix gcc 4.3 build problem

This commit is contained in:
Robert Osfield
2008-03-25 13:01:40 +00:00
parent b4245023a9
commit 3a1fbcd6f0

View File

@@ -11,6 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#include <osg/Image>
#include <osg/Notify>
#include <osg/Geode>
@@ -24,6 +26,8 @@
#include <OpenThreads/ScopedLock>
#include <OpenThreads/ReentrantMutex>
#include <memory>
#include <gdal_priv.h>
#include "DataSetLayer.h"