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

@@ -13,6 +13,7 @@
/* file: src/osg/Uniform.cpp
* author: Mike Weiblen 2006-05-15
*/
#include <string.h>
#include <osg/Notify>
#include <osg/Uniform>