From Bob Kuehne, "fix for failing collada builds on osx due to not being able to stringstreamify osg::Vec3 without io_utils included."

This commit is contained in:
Robert Osfield
2009-04-22 13:09:33 +00:00
parent 777b00353a
commit 0c8cb4e6c9

View File

@@ -17,6 +17,7 @@
#include <map>
#include <stack>
#include <osg/io_utils>
#include <osg/Node>
#include <osg/Geode>
#include <osg/Geometry>