mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
Correction for compilation of OCCT on MacOS
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include "stdio.h"
|
#include "stdio.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#if !defined(_WIN32)
|
#if (!defined(_WIN32) && !defined(__APPLE__))
|
||||||
#include "malloc.h"
|
#include "malloc.h"
|
||||||
#endif
|
#endif
|
||||||
#include "recfile.ph"
|
#include "recfile.ph"
|
||||||
|
Reference in New Issue
Block a user