summaryrefslogtreecommitdiff
path: root/src/printer
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-03-09 13:48:43 +0100
committerGitHub <noreply@github.com>2021-03-09 13:48:43 +0100
commit540ef6910a2b7ffeb67bac18dfc489fb4a6115d6 (patch)
tree23b0c78b126cb5b1584b75eca14fe648624a023a /src/printer
parentb302cb1f92aae1c0954c86065469e5c2b7206e74 (diff)
Some more cleanup of includes (#6083)
This PR does some more cleanup of the includes.
Diffstat (limited to 'src/printer')
-rw-r--r--src/printer/let_binding.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printer/let_binding.cpp b/src/printer/let_binding.cpp
index 82c1a14d4..9f26d3800 100644
--- a/src/printer/let_binding.cpp
+++ b/src/printer/let_binding.cpp
@@ -14,6 +14,8 @@
#include "printer/let_binding.h"
+#include <sstream>
+
namespace CVC4 {
LetBinding::LetBinding(uint32_t thresh)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback