summaryrefslogtreecommitdiff
path: root/src/theory/arith/cut_log.cpp
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-03-25 18:34:39 +0100
committerGitHub <noreply@github.com>2021-03-25 18:34:39 +0100
commitdc764ce250f0d63714dab76f98bc556f00afb9f0 (patch)
tree8b9fe0825debb75f36b7d48fe09926ebffe99349 /src/theory/arith/cut_log.cpp
parentb3c6975af6354eb027aa52d6a23386b5dd0ef1cd (diff)
Add missing includes. (#6207)
This PR adds includes that are missing from source files, but currently provided by other includes. This mostly concerns <sstream> which is currently included by the statistics, which will change in the future.
Diffstat (limited to 'src/theory/arith/cut_log.cpp')
-rw-r--r--src/theory/arith/cut_log.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/cut_log.cpp b/src/theory/arith/cut_log.cpp
index 89165b45e..426e10956 100644
--- a/src/theory/arith/cut_log.cpp
+++ b/src/theory/arith/cut_log.cpp
@@ -16,6 +16,7 @@
**/
#include <cmath>
+#include <iomanip>
#include <limits.h>
#include <map>
#include <math.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback