# HG changeset patch # User Peter Meerwald # Date 1211185391 -7200 # Node ID f63d649f91b4175d4405f2036d73a68c1a2428e9 # Parent 0fa8102633374c01df7c1b4ba46c3e10592b530e fix include path diff -r 0fa810263337 -r f63d649f91b4 pymt.cpp --- a/pymt.cpp Thu Sep 06 13:58:46 2007 +0200 +++ b/pymt.cpp Mon May 19 10:23:11 2008 +0200 @@ -1,5 +1,5 @@ #include "MersenneTwister.h" -#include "python2.5/Python.h" +#include "Python.h" static MTRand mt;