mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
include thread in tactical
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f5511b4174
commit
e4e60bff26
|
@ -21,6 +21,7 @@ Notes:
|
|||
#include "util/cooperate.h"
|
||||
#include "util/scoped_ptr_vector.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include <thread>
|
||||
|
||||
class binary_tactical : public tactic {
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue