From 0c8cb4e6c9c69ade401b52195ad062c22e92d1cf Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Apr 2009 13:09:33 +0000 Subject: [PATCH] From Bob Kuehne, "fix for failing collada builds on osx due to not being able to stringstreamify osg::Vec3 without io_utils included." --- src/osgPlugins/dae/daeWriter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgPlugins/dae/daeWriter.h b/src/osgPlugins/dae/daeWriter.h index 3687d4717..fbea05f9c 100644 --- a/src/osgPlugins/dae/daeWriter.h +++ b/src/osgPlugins/dae/daeWriter.h @@ -17,6 +17,7 @@ #include #include +#include #include #include #include