Added #include <algorithm>
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
*/
|
||||
#include <osg/ClipNode>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace osg;
|
||||
|
||||
ClipNode::ClipNode()
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
#include <osg/CullStack>
|
||||
#include <osg/Notify>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace osg;
|
||||
|
||||
PagedLOD::PerRangeData::PerRangeData():
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
#include <OpenThreads/ScopedLock>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#include "TileMapper.h"
|
||||
#include "TXPPagedLOD.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace txp;
|
||||
|
||||
TXPPagedLOD::TXPPagedLOD():
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include <osg/CullFace>
|
||||
#include <osg/LineWidth>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace osgSim;
|
||||
|
||||
// Define the collection of nested classes, all Drawables, which make
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
// standard library includes
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
using namespace osgTerrain;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace osgUtil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user