]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Sorry, Solver.h's #include directive wasn't cleaned from 'MTRand/' in last commit
authormsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 1 Dec 2009 22:54:57 +0000 (22:54 +0000)
committermsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 1 Dec 2009 22:54:57 +0000 (22:54 +0000)
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

index 95564c238b0ddcc6188012730ceef0ba8983d2c5..31ccbac108f652a20bd92895084476218b371993 100644 (file)
@@ -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"