summaryrefslogtreecommitdiff
path: root/src/preprocessing
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/preprocessing
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/preprocessing')
-rw-r--r--src/preprocessing/passes/ho_elim.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preprocessing/passes/ho_elim.cpp b/src/preprocessing/passes/ho_elim.cpp
index dfe7da87d..284fbc72b 100644
--- a/src/preprocessing/passes/ho_elim.cpp
+++ b/src/preprocessing/passes/ho_elim.cpp
@@ -16,6 +16,8 @@
#include "preprocessing/passes/ho_elim.h"
+#include <sstream>
+
#include "expr/node_algorithm.h"
#include "options/quantifiers_options.h"
#include "preprocessing/assertion_pipeline.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback