Fixing C++ compilation issues.

This commit is contained in:
Alan Mishchenko 2013-01-08 14:16:59 +08:00
parent 562b612691
commit 1b6662ce4a
1 changed files with 3 additions and 0 deletions

View File

@ -783,10 +783,13 @@ void Io_WriteAiger( Abc_Ntk_t * pNtk, char * pFileName, int fWriteSymbols, int f
ABC_FREE(b.buf);
}
ABC_NAMESPACE_IMPL_END
#include "aig/gia/giaAig.h"
#include "aig/saig/saig.h"
ABC_NAMESPACE_IMPL_START
/**Function*************************************************************
Synopsis [Writes the AIG in the binary AIGER format.]