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

@@ -45,6 +45,7 @@
// standard library includes
#include <sstream>
#include <iostream>
#include <algorithm>
using namespace osgTerrain;