From 6130e39b18b5f53902e4eab14f6d5cdde5219563 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 1 Nov 2010 01:35:04 -0700 Subject: initial commit of public abc --- src/bdd/mtr/mtrInt.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/bdd/mtr/mtrInt.h') diff --git a/src/bdd/mtr/mtrInt.h b/src/bdd/mtr/mtrInt.h index a8d5aa6c..2a470411 100644 --- a/src/bdd/mtr/mtrInt.h +++ b/src/bdd/mtr/mtrInt.h @@ -24,8 +24,12 @@ #ifndef _MTRINT #define _MTRINT + #include "mtr.h" +ABC_NAMESPACE_HEADER_START + + /*---------------------------------------------------------------------------*/ /* Nested includes */ /*---------------------------------------------------------------------------*/ @@ -62,4 +66,8 @@ /**AutomaticEnd***************************************************************/ + + +ABC_NAMESPACE_HEADER_END + #endif /* _MTRINT */ -- cgit v1.2.3