From f47c1ff78da6d755e6fc16526731bc00e6566fa0 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 18 Feb 2015 16:13:32 -0330 Subject: Fix windows build issues. --- cpp/src/Slice/Python.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Slice/Python.cpp') diff --git a/cpp/src/Slice/Python.cpp b/cpp/src/Slice/Python.cpp index a14dcd4a5a2..75b118d2eef 100644 --- a/cpp/src/Slice/Python.cpp +++ b/cpp/src/Slice/Python.cpp @@ -14,6 +14,8 @@ #include #include #include +// BUGFIX: With MSVC2013 if this isn't included you get strange linker errors. +#include #include #include #include -- cgit v1.2.3