mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
add stdbool.h
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
88e777748a
commit
78744e589c
|
@ -22,6 +22,7 @@ Notes:
|
|||
#define Z3_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "z3_macros.h"
|
||||
#include "z3_api.h"
|
||||
#include "z3_ast_containers.h"
|
||||
|
|
Loading…
Reference in a new issue