mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue