mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
add include of thread, build warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a432fd71d3
commit
55554215ac
|
@ -92,6 +92,7 @@ namespace dd {
|
|||
if (!first) throw;
|
||||
try_reorder();
|
||||
first = false;
|
||||
return null_bdd;
|
||||
}
|
||||
}
|
||||
SASSERT(well_formed());
|
||||
|
|
|
@ -22,7 +22,7 @@ Revision History:
|
|||
#include "util/region.h"
|
||||
#include "util/string_buffer.h"
|
||||
#include <cstring>
|
||||
|
||||
#include <thread>
|
||||
|
||||
|
||||
symbol symbol::m_dummy(TAG(void*, nullptr, 2));
|
||||
|
|
Loading…
Reference in a new issue