summaryrefslogtreecommitdiff
path: root/src/proof/cnf_proof.h
diff options
context:
space:
mode:
authorlianah <lianahady@gmail.com>2013-05-10 18:23:20 -0400
committerlianah <lianahady@gmail.com>2013-05-10 18:23:27 -0400
commitd4c5c5d06f71958fcca6e561b7eade8fd72f7304 (patch)
treeb6fce44c439a5ee46a69a6802d0d1cff46937871 /src/proof/cnf_proof.h
parent38216791c43f9be4afecbc700548d1dbba63acb0 (diff)
now proofs print mapping between atom and propositional variable as a comment in LFSC
Diffstat (limited to 'src/proof/cnf_proof.h')
-rw-r--r--src/proof/cnf_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/cnf_proof.h b/src/proof/cnf_proof.h
index c265e46df..984dc76c6 100644
--- a/src/proof/cnf_proof.h
+++ b/src/proof/cnf_proof.h
@@ -17,7 +17,7 @@
**/
#include "cvc4_private.h"
-
+#include "util/proof.h"
#ifndef __CVC4__CNF_PROOF_H
#define __CVC4__CNF_PROOF_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback