mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
attempt to fix windows build bot
This commit is contained in:
parent
f3c00a0a03
commit
f08e3d70a9
|
@ -11,6 +11,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#include "muz/rel/dl_finite_product_relation.h"
|
||||
#include "muz/rel/dl_sparse_table.h"
|
||||
#include "muz/rel/rel_context.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#include "muz/rel/dl_bound_relation.h"
|
||||
#include "muz/rel/dl_product_relation.h"
|
||||
#include "util/util.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Revision History:
|
|||
#include "ast/substitution/matcher.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "ast/reg_decl_plugins.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void tst_match(ast_manager & m, app * t, app * i) {
|
||||
substitution s(m);
|
||||
|
|
|
@ -11,7 +11,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#include "util/lbool.h"
|
||||
#include <sstream>
|
||||
#include "ast/reg_decl_plugins.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#if 0
|
||||
static void test_qe(ast_manager& m, lbool expected_outcome, expr* fml, char const* option) {
|
||||
|
|
Loading…
Reference in a new issue