summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-08-25 11:01:26 -0700
committerGitHub <noreply@github.com>2021-08-25 18:01:26 +0000
commit78d29da02099762374adeb694ed96c496c7e1ffc (patch)
treeee0d69d6b3294dbc43c2fff9b0c82fa47443d8e5
parent76c8bc4c963b494db36074afac74e51ab39917e4 (diff)
Add missing include (#7067)
This adds a missing include. Compilation fails right now, if libpoly is disabled.
-rw-r--r--src/theory/arith/nl/cad_solver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/nl/cad_solver.h b/src/theory/arith/nl/cad_solver.h
index 94bcb2907..c13b13614 100644
--- a/src/theory/arith/nl/cad_solver.h
+++ b/src/theory/arith/nl/cad_solver.h
@@ -20,6 +20,7 @@
#include "context/context.h"
#include "expr/node.h"
+#include "smt/env.h"
#include "theory/arith/nl/cad/cdcac.h"
#include "theory/arith/nl/cad/proof_checker.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback