From 7d24d9fdd51c083819ea0c24c093628bb0bdce41 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 8 Apr 2005 12:22:03 +0000 Subject: [PATCH] Added #include --- src/osg/ClipNode.cpp | 2 ++ src/osg/PagedLOD.cpp | 2 ++ src/osgDB/DatabasePager.cpp | 2 ++ src/osgPlugins/txp/TXPPagedLOD.cpp | 3 +++ src/osgSim/SphereSegment.cpp | 2 ++ src/osgTerrain/DataSet.cpp | 1 + src/osgUtil/Simplifier.cpp | 1 + 7 files changed, 13 insertions(+) diff --git a/src/osg/ClipNode.cpp b/src/osg/ClipNode.cpp index ff069dbee..90219fa2a 100644 --- a/src/osg/ClipNode.cpp +++ b/src/osg/ClipNode.cpp @@ -12,6 +12,8 @@ */ #include +#include + using namespace osg; ClipNode::ClipNode() diff --git a/src/osg/PagedLOD.cpp b/src/osg/PagedLOD.cpp index 816bd0fbd..1fc935373 100644 --- a/src/osg/PagedLOD.cpp +++ b/src/osg/PagedLOD.cpp @@ -15,6 +15,8 @@ #include #include +#include + using namespace osg; PagedLOD::PerRangeData::PerRangeData(): diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index 2058b207e..6abfd1b74 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -8,6 +8,8 @@ #include +#include + #ifdef WIN32 #include #else diff --git a/src/osgPlugins/txp/TXPPagedLOD.cpp b/src/osgPlugins/txp/TXPPagedLOD.cpp index 4508fd6df..2eb1d1aae 100644 --- a/src/osgPlugins/txp/TXPPagedLOD.cpp +++ b/src/osgPlugins/txp/TXPPagedLOD.cpp @@ -1,5 +1,8 @@ #include "TileMapper.h" #include "TXPPagedLOD.h" + +#include + using namespace txp; TXPPagedLOD::TXPPagedLOD(): diff --git a/src/osgSim/SphereSegment.cpp b/src/osgSim/SphereSegment.cpp index ebfe80f0b..0b783640c 100644 --- a/src/osgSim/SphereSegment.cpp +++ b/src/osgSim/SphereSegment.cpp @@ -3,6 +3,8 @@ #include #include +#include + using namespace osgSim; // Define the collection of nested classes, all Drawables, which make diff --git a/src/osgTerrain/DataSet.cpp b/src/osgTerrain/DataSet.cpp index aae5ed845..58d6b1674 100644 --- a/src/osgTerrain/DataSet.cpp +++ b/src/osgTerrain/DataSet.cpp @@ -45,6 +45,7 @@ // standard library includes #include #include +#include using namespace osgTerrain; diff --git a/src/osgUtil/Simplifier.cpp b/src/osgUtil/Simplifier.cpp index 55823d870..be98573b6 100644 --- a/src/osgUtil/Simplifier.cpp +++ b/src/osgUtil/Simplifier.cpp @@ -20,6 +20,7 @@ #include #include +#include using namespace osgUtil;