From Andy Skinner,adding c includes to avoid problems with mixing c and c++ versions

of c functions.
This commit is contained in:
Robert Osfield
2007-07-31 17:28:09 +00:00
parent 20131db751
commit cc6740176f

View File

@@ -15,6 +15,8 @@
#define OSG_GLEXTENSIONS 1
#include <osg/Export>
#include <stdlib.h>
#include <string.h>
#include <string>