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

Correction for compilation of OCCT on MacOS

This commit is contained in:
bugmaster 2014-09-10 15:06:56 +04:00
parent d9bd2bf756
commit 1e2fb24474

View File

@ -16,7 +16,7 @@
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#if !defined(_WIN32)
#if (!defined(_WIN32) && !defined(__APPLE__))
#include "malloc.h"
#endif
#include "recfile.ph"