mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0023720: Call of malloc.h include absence in Image_PixMap.cxx
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#include <Image_PixMap.hxx>
|
#include <Image_PixMap.hxx>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
//
|
#include <malloc.h>
|
||||||
#elif (defined(__GNUC__) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 1)
|
#elif (defined(__GNUC__) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 1)
|
||||||
#include <mm_malloc.h>
|
#include <mm_malloc.h>
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user