Skip to content

Commit

Permalink
Fixing a compiler problem with namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Mar 3, 2024
1 parent 390a0e8 commit a1159d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sat/bsat2/ParseUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

//-------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -119,4 +121,6 @@ static bool eagerMatch(B& in, const char* str) {
//=================================================================================================
}

ABC_NAMESPACE_CXX_HEADER_END

#endif

0 comments on commit a1159d9

Please sign in to comment.