mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 06:13:40 +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
2 changed files with 2 additions and 1 deletions
|
@ -92,6 +92,7 @@ namespace dd {
|
||||||
if (!first) throw;
|
if (!first) throw;
|
||||||
try_reorder();
|
try_reorder();
|
||||||
first = false;
|
first = false;
|
||||||
|
return null_bdd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SASSERT(well_formed());
|
SASSERT(well_formed());
|
||||||
|
|
|
@ -22,7 +22,7 @@ Revision History:
|
||||||
#include "util/region.h"
|
#include "util/region.h"
|
||||||
#include "util/string_buffer.h"
|
#include "util/string_buffer.h"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
|
|
||||||
symbol symbol::m_dummy(TAG(void*, nullptr, 2));
|
symbol symbol::m_dummy(TAG(void*, nullptr, 2));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue