mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
add condition variable to header
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
240659d7f9
commit
356d3a4de1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Revision History:
|
|||
#include "util/search_tree.h"
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
|
||||
|
||||
namespace smt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue