summaryrefslogtreecommitdiffstats
path: root/src/proof/acec/acecSt.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2016-12-28 09:43:28 +0700
committerAlan Mishchenko <alanmi@berkeley.edu>2016-12-28 09:43:28 +0700
commit1f45cca621ef5b76c5a7e8b3415530dc8182cdca (patch)
tree573da8fc92412da918ec90fc6b5cc1b3c4bb4a92 /src/proof/acec/acecSt.c
parent3581c94fec6e3fabe36591cd57a732d3f58a29ce (diff)
downloadabc-1f45cca621ef5b76c5a7e8b3415530dc8182cdca.tar.gz
abc-1f45cca621ef5b76c5a7e8b3415530dc8182cdca.tar.bz2
abc-1f45cca621ef5b76c5a7e8b3415530dc8182cdca.zip
C++ compatibility fix.
Diffstat (limited to 'src/proof/acec/acecSt.c')
-rw-r--r--src/proof/acec/acecSt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proof/acec/acecSt.c b/src/proof/acec/acecSt.c
index 63aa8131..d97dadc9 100644
--- a/src/proof/acec/acecSt.c
+++ b/src/proof/acec/acecSt.c
@@ -21,6 +21,8 @@
#include "acecInt.h"
#include "misc/vec/vecWec.h"
#include "misc/extra/extra.h"
+#include "aig/aig/aig.h"
+#include "opt/dar/dar.h"
ABC_NAMESPACE_IMPL_START