From: Jungkook Park Date: Wed, 26 Apr 2017 04:12:28 +0000 (+0900) Subject: fix build failure in MSVC compiler X-Git-Tag: v5.0.0~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cfc0d44ded0c9c5b0f700402a2b06303afc73ec;p=thirdparty%2Ftornado.git fix build failure in MSVC compiler --- diff --git a/tornado/speedups.c b/tornado/speedups.c index a643441c3..b714268ab 100644 --- a/tornado/speedups.c +++ b/tornado/speedups.c @@ -1,5 +1,6 @@ #define PY_SSIZE_T_CLEAN #include +#include static PyObject* websocket_mask(PyObject* self, PyObject* args) { const char* mask;