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

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