mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
include thread
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b14499f230
commit
5379fabf9d
|
@ -16,6 +16,7 @@ Author:
|
|||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <thread>
|
||||
#include "util/rlimit.h"
|
||||
#include "ast/sls/bv_sls.h"
|
||||
#include "sat/smt/sat_th.h"
|
||||
|
|
Loading…
Reference in a new issue