summaryrefslogtreecommitdiff
path: root/src/expr/lazy_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/lazy_proof.h')
-rw-r--r--src/expr/lazy_proof.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/lazy_proof.h b/src/expr/lazy_proof.h
index e2bba3015..83dc90e4d 100644
--- a/src/expr/lazy_proof.h
+++ b/src/expr/lazy_proof.h
@@ -22,10 +22,11 @@
#include "expr/proof.h"
#include "expr/proof_generator.h"
-#include "expr/proof_node_manager.h"
namespace CVC4 {
+class ProofNodeManager;
+
/**
* A (context-dependent) lazy proof. This class is an extension of CDProof
* that additionally maps facts to proof generators in a context-dependent
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback