From: msoos Date: Tue, 1 Dec 2009 22:54:57 +0000 (+0000) Subject: Sorry, Solver.h's #include directive wasn't cleaned from 'MTRand/' in last commit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=cb1946cc5803a6a96d9cf3be4c7139ce6b38cd5a;p=francis%2Fstp.git 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 --- 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"