1
0
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:
bugmaster
2013-01-24 12:44:55 +04:00
parent cfd5fa01e8
commit 5edb1ac35b

View File

@@ -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