3
0
Fork 0
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:
Nikolaj Bjorner 2020-01-06 20:45:47 -08:00
parent a432fd71d3
commit 55554215ac
2 changed files with 2 additions and 1 deletions

View file

@ -92,6 +92,7 @@ namespace dd {
if (!first) throw;
try_reorder();
first = false;
return null_bdd;
}
}
SASSERT(well_formed());

View file

@ -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));