More changes to compile with namespaces.

This commit is contained in:
Alan Mishchenko 2024-03-02 16:38:16 -08:00
parent 4de4605836
commit f6f542c873
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 {