diff --git a/src/osg/CullSettings.cpp b/src/osg/CullSettings.cpp index b2ada8817..3d9d79119 100644 --- a/src/osg/CullSettings.cpp +++ b/src/osg/CullSettings.cpp @@ -10,6 +10,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ +#include +#include #include #include diff --git a/src/osg/Referenced.cpp b/src/osg/Referenced.cpp index 415721465..075142f16 100644 --- a/src/osg/Referenced.cpp +++ b/src/osg/Referenced.cpp @@ -10,6 +10,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ +#include + #include #include #include diff --git a/src/osgGA/DriveManipulator.cpp b/src/osgGA/DriveManipulator.cpp index 79ef226aa..f25b5f4f2 100644 --- a/src/osgGA/DriveManipulator.cpp +++ b/src/osgGA/DriveManipulator.cpp @@ -15,6 +15,8 @@ #pragma warning( disable : 4786 ) #endif +#include + #include #include #include diff --git a/src/osgPlugins/txp/TXPParser.cpp b/src/osgPlugins/txp/TXPParser.cpp index 77d633128..1e58b3509 100644 --- a/src/osgPlugins/txp/TXPParser.cpp +++ b/src/osgPlugins/txp/TXPParser.cpp @@ -1,3 +1,5 @@ +#include + #include #include #include diff --git a/src/osgUtil/Optimizer.cpp b/src/osgUtil/Optimizer.cpp index 2a3b7e384..5a3bc6643 100644 --- a/src/osgUtil/Optimizer.cpp +++ b/src/osgUtil/Optimizer.cpp @@ -10,6 +10,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ +#include +#include + #include #include diff --git a/src/osgUtil/RenderBin.cpp b/src/osgUtil/RenderBin.cpp index 23ab70c88..7a52a0f24 100644 --- a/src/osgUtil/RenderBin.cpp +++ b/src/osgUtil/RenderBin.cpp @@ -10,6 +10,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * OpenSceneGraph Public License for more details. */ +#include +#include + #include #include #include diff --git a/src/osgViewer/ViewerEventHandlers.cpp b/src/osgViewer/ViewerEventHandlers.cpp index 85a88a938..b85ce5f6c 100644 --- a/src/osgViewer/ViewerEventHandlers.cpp +++ b/src/osgViewer/ViewerEventHandlers.cpp @@ -11,6 +11,8 @@ * OpenSceneGraph Public License for more details. */ +#include + #include #include #include