From Andy Skinner, adding C includes to avoid issues when mixing C and C++ standard includes

This commit is contained in:
Robert Osfield
2007-07-28 10:44:03 +00:00
parent 6dec61842d
commit 59d3e0ceb7
12 changed files with 21 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
// Copyright (C) 2005-2006 Brede Johansen
//
#include <stdlib.h>
#include <osgSim/OpenFlightOptimizer>
#include <osg/Notify>