From 9ef96ae8a652387dc9ddb843aa89d26ae2564a3d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 24 Aug 2015 20:55:07 -0700 Subject: Changes to be able to compile ABC without CUDD. --- src/bdd/dsd/dsdInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bdd/dsd') diff --git a/src/bdd/dsd/dsdInt.h b/src/bdd/dsd/dsdInt.h index 16a0594a..37e9746f 100644 --- a/src/bdd/dsd/dsdInt.h +++ b/src/bdd/dsd/dsdInt.h @@ -20,7 +20,7 @@ #define ABC__bdd__dsd__dsdInt_h -#include "misc/extra/extraBdd.h" +#include "bdd/extrab/extraBdd.h" #include "dsd.h" ABC_NAMESPACE_HEADER_START -- cgit v1.2.3