Skip to content

Commit

Permalink
attempt to fix windows build bot
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Jun 17, 2022
1 parent f3c00a0 commit f08e3d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/test/dl_product_relation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
1 change: 1 addition & 0 deletions src/test/dl_relation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion src/test/matcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/test/quant_elim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f08e3d7

Please sign in to comment.