From cb1946cc5803a6a96d9cf3be4c7139ce6b38cd5a Mon Sep 17 00:00:00 2001 From: msoos Date: Tue, 1 Dec 2009 22:54:57 +0000 Subject: [PATCH] Sorry, Solver.h's #include directive wasn't cleaned from 'MTRand/' in last commit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@442 e59a4935-1847-0410-ae03-e826735625c1 --- src/sat/cryptominisat2/Solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sat/cryptominisat2/Solver.h b/src/sat/cryptominisat2/Solver.h index 95564c2..31ccbac 100644 --- a/src/sat/cryptominisat2/Solver.h +++ b/src/sat/cryptominisat2/Solver.h @@ -28,7 +28,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA #include "Vec.h" #include "Heap.h" #include "Alg.h" -#include "MTRand/MersenneTwister.h" +#include "MersenneTwister.h" #include "SolverTypes.h" #include "Clause.h" #include "VarReplacer.h" -- 2.47.3