Fixing a compiler problem with namespaces.

This commit is contained in:
Alan Mishchenko 2024-03-02 16:10:37 -08:00
parent 390a0e8ef3
commit a1159d98df
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include "misc/zlib/zlib.h"
ABC_NAMESPACE_CXX_HEADER_START
namespace Minisat {
//-------------------------------------------------------------------------------------------------
@ -119,4 +121,6 @@ static bool eagerMatch(B& in, const char* str) {
//=================================================================================================
}
ABC_NAMESPACE_CXX_HEADER_END
#endif