summaryrefslogtreecommitdiff
path: root/src/expr/lazy_proof_chain.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-12-07 07:55:30 -0600
committerGitHub <noreply@github.com>2020-12-07 14:55:30 +0100
commit85f14a1ba37949afbd33f38c8565dc5d45a300fe (patch)
treeb0b27253f07100b34541f2dd41c55d6f4b2e540b /src/expr/lazy_proof_chain.cpp
parentcbf6e1238ad355e7369f110385342c0a5ebb89d9 (diff)
(proof-new) Split proof ensure closed checks to own file (#5522)
Split proof ensure closed checks to own file
Diffstat (limited to 'src/expr/lazy_proof_chain.cpp')
-rw-r--r--src/expr/lazy_proof_chain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/lazy_proof_chain.cpp b/src/expr/lazy_proof_chain.cpp
index a98ba7453..c58bb78e4 100644
--- a/src/expr/lazy_proof_chain.cpp
+++ b/src/expr/lazy_proof_chain.cpp
@@ -15,6 +15,7 @@
#include "expr/lazy_proof_chain.h"
#include "expr/proof.h"
+#include "expr/proof_ensure_closed.h"
#include "expr/proof_node_algorithm.h"
#include "options/smt_options.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback