3
0
Fork 0
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:
Nikolaj Bjorner 2019-06-04 02:58:32 -07:00 committed by Nuno Lopes
parent f5511b4174
commit e4e60bff26

View file

@ -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: