mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Correction for compilation of OCCT on MacOS
This commit is contained in:
parent
d9bd2bf756
commit
1e2fb24474
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user