mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f380d4cf83
commit
006418e027
3 changed files with 11 additions and 11 deletions
|
@ -16,14 +16,14 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef MEMORY_H_
|
||||
#pragma once
|
||||
|
||||
#include<cstdlib>
|
||||
#include<ostream>
|
||||
#include "util/z3_exception.h"
|
||||
|
||||
#pragma once
|
||||
# define __has_builtin(x) 0
|
||||
#ifndef __has_builtin
|
||||
#define __has_builtin(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue