summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/proof/proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/proof.h b/src/proof/proof.h
index 39cf2b5bf..4b76d70ae 100644
--- a/src/proof/proof.h
+++ b/src/proof/proof.h
@@ -19,7 +19,7 @@
#ifndef __CVC4__PROOF__PROOF_H
#define __CVC4__PROOF__PROOF_H
-#include "options/options.h"
+#include "proof/options.h"
#ifdef CVC4_PROOF
# define PROOF(x) if(options::proof()) { x; }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback