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:45 +00:00
parent 2741c38c0d
commit e383ef95bc

View File

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