summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/arith/nl/strategy.cpp2
-rw-r--r--src/theory/arith/nl/strategy.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/nl/strategy.cpp b/src/theory/arith/nl/strategy.cpp
index c209a1715..627500d68 100644
--- a/src/theory/arith/nl/strategy.cpp
+++ b/src/theory/arith/nl/strategy.cpp
@@ -14,6 +14,8 @@
#include "theory/arith/nl/strategy.h"
+#include <iostream>
+
#include "base/check.h"
#include "options/arith_options.h"
diff --git a/src/theory/arith/nl/strategy.h b/src/theory/arith/nl/strategy.h
index d7604f501..ad96d9442 100644
--- a/src/theory/arith/nl/strategy.h
+++ b/src/theory/arith/nl/strategy.h
@@ -15,6 +15,7 @@
#ifndef CVC4__THEORY__ARITH__NL__STRATEGY_H
#define CVC4__THEORY__ARITH__NL__STRATEGY_H
+#include <iosfwd>
#include <map>
#include <vector>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback