From e383ef95bc8536ec01a5bb25102cd6b588322d51 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Apr 2009 13:09:45 +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