summaryrefslogtreecommitdiff
path: root/src/proof
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-03 18:49:59 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-03 18:49:59 +0000
commite26a44d5f98a9953dffeb07b29a21e7efd501684 (patch)
tree7daeaef440f3d31e1af8f56f1808884cafc6b5a8 /src/proof
parent1b6a75b3b030b5613748d9ff34f5e3719a96b4ec (diff)
fix for proofs-enabled builds
Diffstat (limited to 'src/proof')
-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