Compiler fix.

This commit is contained in:
Alan Mishchenko 2025-12-26 11:04:01 -08:00
parent 1f13c88bfd
commit 91e806ffb6
1 changed files with 4 additions and 2 deletions

View File

@ -31,9 +31,9 @@
#ifdef AIGSIM_LIBRARY_ONLY
#include "misc/util/abc_namespaces.h"
ABC_NAMESPACE_IMPL_START
#endif
ABC_NAMESPACE_IMPL_START
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
@ -656,6 +656,8 @@ int main(int argc, char **argv) {
/// END OF FILE ///
////////////////////////////////////////////////////////////////////////
#ifdef AIGSIM_LIBRARY_ONLY
ABC_NAMESPACE_IMPL_END
#endif