Skip to content

Commit

Permalink
More changes to compile with namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Mar 3, 2024
1 parent 4de4605 commit f6f542c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sat/bsat2/IntTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA

//=================================================================================================

#include <misc/util/abc_namespaces.h>

#endif
2 changes: 2 additions & 0 deletions src/sat/bsat2/XAlloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <errno.h>
#include <stdlib.h>

#include <misc/util/abc_namespaces.h>

ABC_NAMESPACE_CXX_HEADER_START

namespace Minisat {
Expand Down

0 comments on commit f6f542c

Please sign in to comment.