1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024907: Compilation fails on vc12 (VS2013)

Include <algorithm> when needed.
This commit is contained in:
kgv 2014-05-08 11:38:55 +04:00 committed by apn
parent fab29dc11a
commit a096a7a58a
3 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include <BVH_Builder.hxx>
#include <algorithm>
//! Stores parameters of single node bin (slice of AABB).
template<class T, int N>
struct BVH_Bin

View File

@ -29,6 +29,7 @@
#include <gp.hxx>
#include <TCollection_AsciiString.hxx>
#include <fstream>
#include <algorithm>
#ifdef HAVE_FREEIMAGE
namespace

View File

@ -16,6 +16,8 @@
#include <Image_PixMap.hxx>
#include <NCollection_AlignedAllocator.hxx>
#include <algorithm>
IMPLEMENT_STANDARD_HANDLE (Image_PixMap, Standard_Transient)
IMPLEMENT_STANDARD_RTTIEXT(Image_PixMap, Standard_Transient)