nixpkgs/pkgs/applications/science/logic/zchaff/sat_solver.patch
2022-05-21 15:12:08 -07:00

13 lines
240 B
Diff

diff --git a/sat_solver.cpp b/sat_solver.cpp
index e191881..07c0926 100644
--- a/sat_solver.cpp
+++ b/sat_solver2.cpp
@@ -43,6 +43,7 @@
#include <vector>
#include <dirent.h>
#include "SAT.h"
+#include <cstring>
using namespace std;