mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add stdbool.h to see whether build system breaks #1526
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fb3498cd0b
commit
5854492504
|
@ -21,7 +21,8 @@ Notes:
|
|||
#ifndef Z3_H_
|
||||
#define Z3_H_
|
||||
|
||||
#include<stdio.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