summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/strategy.h
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2020-09-30 19:26:21 +0200
committerGitHub <noreply@github.com>2020-09-30 12:26:21 -0500
commit5ac936654df0f214e308a48116dcf6190d6255e2 (patch)
tree15dec56761f59434a3546664e2d1c08d97457bd5 /src/theory/arith/nl/strategy.h
parent71f54fc41ee068707de387c2a6379b8996aaf744 (diff)
Add missing includes. (#5170)
The strategy class added in #5160 was missing the proper includes for std::ostream. For some reason it works for most configurations, but triggers compilation errors in certain cases.
Diffstat (limited to 'src/theory/arith/nl/strategy.h')
-rw-r--r--src/theory/arith/nl/strategy.h1
1 files changed, 1 insertions, 0 deletions
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