tweak for win python bug
This commit is contained in:
parent
a91c00c247
commit
1b6a8925eb
|
@ -37,7 +37,11 @@
|
|||
//
|
||||
//-----------------
|
||||
#include <Python.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
# if defined(socklen_t)
|
||||
# undef socklen_t
|
||||
# endif
|
||||
#endif
|
||||
#include <boost/filesystem/exception.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
|
Loading…
Reference in New Issue