From Andy Skinner, fixes for avoiding warnings about mixing c and c++ versions of c libs.

This commit is contained in:
Robert Osfield
2007-08-05 14:51:56 +00:00
parent 6d0f828524
commit 4c3a13c3a1
7 changed files with 16 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <string.h>
#include <osg/CullSettings>
#include <osg/ArgumentParser>

View File

@@ -10,6 +10,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <osg/Referenced>
#include <osg/Notify>
#include <osg/ApplicationUsage>

View File

@@ -15,6 +15,8 @@
#pragma warning( disable : 4786 )
#endif
#include <stdlib.h>
#include <osgGA/DriveManipulator>
#include <osgUtil/IntersectVisitor>
#include <osg/Notify>

View File

@@ -1,3 +1,5 @@
#include <stdlib.h>
#include <osg/AlphaFunc>
#include <osg/Group>
#include <osg/Material>

View File

@@ -10,6 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <string.h>
#include <osgUtil/Optimizer>
#include <osg/ApplicationUsage>

View File

@@ -10,6 +10,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <string.h>
#include <osgUtil/RenderBin>
#include <osgUtil/RenderStage>
#include <osgUtil/Statistics>

View File

@@ -11,6 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#include <stdlib.h>
#include <fstream>
#include <osgViewer/Viewer>
#include <osgViewer/ViewerEventHandlers>