Added #include <algorithm>

This commit is contained in:
Robert Osfield
2005-04-08 12:22:03 +00:00
parent 394708bb2c
commit 7d24d9fdd5
7 changed files with 13 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
*/
#include <osg/ClipNode>
#include <algorithm>
using namespace osg;
ClipNode::ClipNode()