summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/preprocessing/pass_bv_gauss_white.cpp1
-rw-r--r--test/unit/prop/cnf_stream_white.cpp1
-rw-r--r--test/unit/util/cardinality_black.cpp1
-rw-r--r--test/unit/util/integer_black.cpp1
4 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/preprocessing/pass_bv_gauss_white.cpp b/test/unit/preprocessing/pass_bv_gauss_white.cpp
index 1a3412186..5e2e80e4a 100644
--- a/test/unit/preprocessing/pass_bv_gauss_white.cpp
+++ b/test/unit/preprocessing/pass_bv_gauss_white.cpp
@@ -20,6 +20,7 @@
#include "context/context.h"
#include "expr/node.h"
#include "expr/node_manager.h"
+#include "preprocessing/assertion_pipeline.h"
#include "preprocessing/passes/bv_gauss.h"
#include "smt/smt_engine.h"
#include "smt/smt_engine_scope.h"
diff --git a/test/unit/prop/cnf_stream_white.cpp b/test/unit/prop/cnf_stream_white.cpp
index 569c8a0e1..ceaf69423 100644
--- a/test/unit/prop/cnf_stream_white.cpp
+++ b/test/unit/prop/cnf_stream_white.cpp
@@ -19,6 +19,7 @@
#include "prop/cnf_stream.h"
#include "prop/prop_engine.h"
#include "prop/registrar.h"
+#include "prop/sat_solver.h"
#include "prop/theory_proxy.h"
#include "test_smt.h"
#include "theory/arith/theory_arith.h"
diff --git a/test/unit/util/cardinality_black.cpp b/test/unit/util/cardinality_black.cpp
index 832965836..c5ffe0b87 100644
--- a/test/unit/util/cardinality_black.cpp
+++ b/test/unit/util/cardinality_black.cpp
@@ -17,6 +17,7 @@
#include <sstream>
#include <string>
+#include "base/exception.h"
#include "test.h"
#include "util/cardinality.h"
#include "util/integer.h"
diff --git a/test/unit/util/integer_black.cpp b/test/unit/util/integer_black.cpp
index 41497a7a4..f447246e2 100644
--- a/test/unit/util/integer_black.cpp
+++ b/test/unit/util/integer_black.cpp
@@ -17,6 +17,7 @@
#include <limits>
#include <sstream>
+#include "base/exception.h"
#include "test.h"
#include "util/integer.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback