From: Morgan Deters Date: Fri, 3 Aug 2012 18:49:59 +0000 (+0000) Subject: fix for proofs-enabled builds X-Git-Tag: cvc5-1.0.0~7894 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e26a44d5f98a9953dffeb07b29a21e7efd501684;p=cvc5.git fix for proofs-enabled builds --- 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; }