fix(runtime/lean_obj): OSX issue
This commit is contained in:
parent
3a2fbe2d2f
commit
fde4e15cb4
1 changed files with 3 additions and 0 deletions
|
|
@ -6,7 +6,10 @@ Author: Leonardo de Moura
|
|||
*/
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
#if !defined(__APPLE__)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "runtime/compiler_hints.h"
|
||||
#include "runtime/mpz.h"
|
||||
#include "runtime/int64.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue