Added #include<algorithm> to keep OSX build compiling.

Reverted the mymax implementation to std::max, hopefully this should be ok now
that we have standardised on non native STL under VisualStudio.
This commit is contained in:
Robert Osfield
2003-02-21 20:22:32 +00:00
parent 3b429134cb
commit 696c89e2c5
2 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
#include <osg/ApplicationUsage>
#include <algorithm>
using namespace osg;
ApplicationUsage::ApplicationUsage(const std::string& commandLineUsage):