From be7a4e4259ca68c9ab3238c6fdd5a69728e98436 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 14 Nov 2012 13:55:24 -0800 Subject: Isolating BMC code into a separate package. --- src/proof/int/intCore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proof/int') diff --git a/src/proof/int/intCore.c b/src/proof/int/intCore.c index f563eea2..69ca5044 100644 --- a/src/proof/int/intCore.c +++ b/src/proof/int/intCore.c @@ -19,6 +19,7 @@ ***********************************************************************/ #include "intInt.h" +#include "sat/bmc/bmc.h" ABC_NAMESPACE_IMPL_START -- cgit v1.2.3