From Brad Christiansen, "I tried building the latest (as of Sunday) SVN version of OSG using Visual Studio 2010 and it failed due to a missing include. The build completed successfully by adding #include <iterator> to nodeTrackerManipulator.cpp, which is attached."

This commit is contained in:
Robert Osfield
2010-06-17 11:07:54 +00:00
parent c3b9419e05
commit 0d641bf483

View File

@@ -15,6 +15,7 @@
#include <osg/Quat>
#include <osg/Notify>
#include <osg/Transform>
#include <iterator>
using namespace osg;
using namespace osgGA;