summaryrefslogtreecommitdiffstats
path: root/src/sat/glucose/SimpSolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/glucose/SimpSolver.h')
-rw-r--r--src/sat/glucose/SimpSolver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sat/glucose/SimpSolver.h b/src/sat/glucose/SimpSolver.h
index 6c9272a2..8cfb171c 100644
--- a/src/sat/glucose/SimpSolver.h
+++ b/src/sat/glucose/SimpSolver.h
@@ -24,6 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include "sat/glucose/Queue.h"
#include "sat/glucose/Solver.h"
+ABC_NAMESPACE_CXX_HEADER_START
namespace Gluco {
@@ -201,4 +202,6 @@ inline void SimpSolver::addVar(Var v) { while (v >= nVars()) newVar(); }
//=================================================================================================
}
+ABC_NAMESPACE_CXX_HEADER_END
+
#endif