From Mathias Froehilch,"Current include/osgSim/ShapeAttribute also misses string.h include because of

strdup.
Attached is the changed file."
This commit is contained in:
Robert Osfield 2008-09-01 10:46:50 +00:00
parent 7945f94246
commit 2582e0342a

View File

@ -16,6 +16,7 @@
#include <string>
#include <string.h>
#include <vector>
#include <osg/Object>