From 55e2b23255c8c438b3d7a1f0fd01c8ead1d78c30 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Mon, 23 Apr 2018 19:08:36 +0200 Subject: [PATCH] Add workaround for MSVC and snprintf define --- bindings/python/src/boost_python.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/src/boost_python.hpp b/bindings/python/src/boost_python.hpp index 58fc4bb07..54f5bfcda 100644 --- a/bindings/python/src/boost_python.hpp +++ b/bindings/python/src/boost_python.hpp @@ -5,6 +5,7 @@ #ifndef BOOST_PYTHON_HPP #define BOOST_PYTHON_HPP +#include #include #include