From 2cfc0d44ded0c9c5b0f700402a2b06303afc73ec Mon Sep 17 00:00:00 2001 From: Jungkook Park Date: Wed, 26 Apr 2017 13:12:28 +0900 Subject: [PATCH] fix build failure in MSVC compiler --- tornado/speedups.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2