This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
abc/abc-header.patch

20 lines
636 B
Diff

--- src/sat/glucose/Glucose.cpp.orig 2019-05-30 20:27:31.000000000 -0600
+++ src/sat/glucose/Glucose.cpp 2019-06-04 09:41:02.469658200 -0600
@@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR
#include "sat/glucose/Solver.h"
#include "sat/glucose/Constants.h"
#include "sat/glucose/System.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_IMPL_START
--- src/sat/glucose2/Glucose2.cpp.orig
+++ src/sat/glucose2/Glucose2.cpp
@@ -34,6 +34,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR
#include "sat/glucose2/Solver.h"
#include "sat/glucose2/CGlucose.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_IMPL_START