mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024907: Compilation fails on vc12 (VS2013)
Include <algorithm> when needed.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <gp.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef HAVE_FREEIMAGE
|
||||
namespace
|
||||
|
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user