From 2582e0342ab89751575bdb4cc69172e33714b702 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 1 Sep 2008 10:46:50 +0000 Subject: [PATCH] From Mathias Froehilch,"Current include/osgSim/ShapeAttribute also misses string.h include because of strdup. Attached is the changed file." --- include/osgSim/ShapeAttribute | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osgSim/ShapeAttribute b/include/osgSim/ShapeAttribute index 48bafcb55..d5b113aac 100644 --- a/include/osgSim/ShapeAttribute +++ b/include/osgSim/ShapeAttribute @@ -16,6 +16,7 @@ #include +#include #include #include