summaryrefslogtreecommitdiff
path: root/src/expr/proof_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/proof_checker.h')
-rw-r--r--src/expr/proof_checker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/proof_checker.h b/src/expr/proof_checker.h
index ab9c24434..200a1839d 100644
--- a/src/expr/proof_checker.h
+++ b/src/expr/proof_checker.h
@@ -20,12 +20,13 @@
#include <map>
#include "expr/node.h"
-#include "expr/proof_node.h"
+#include "expr/proof_rule.h"
#include "util/statistics_registry.h"
namespace CVC4 {
class ProofChecker;
+class ProofNode;
/** A virtual base class for checking a proof rule */
class ProofRuleChecker
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback