summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-04-28 20:32:42 +0200
committerGitHub <noreply@github.com>2021-04-28 18:32:42 +0000
commitfc0512b6d13349a91da5ac6617acebc41cbd238c (patch)
tree4c15847678156e3cf88bacf3a380a6ea94007c0c /src/theory
parent0683b708c4752c1d0e894f19e8011a256ef6df7e (diff)
Remove exception headers from options.h (#6456)
This PR removes two headers for exceptions from options.h, and instead pushes the includes to a couple of source files.
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/quantifiers/sygus/sygus_interpol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_interpol.cpp b/src/theory/quantifiers/sygus/sygus_interpol.cpp
index 6f2ae9d22..3c8320d8c 100644
--- a/src/theory/quantifiers/sygus/sygus_interpol.cpp
+++ b/src/theory/quantifiers/sygus/sygus_interpol.cpp
@@ -18,6 +18,7 @@
#include <sstream>
+#include "base/modal_exception.h"
#include "expr/dtype.h"
#include "expr/node_algorithm.h"
#include "options/smt_options.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback