From 7f4335062e4bb3c5283cbde4875e9ffa82e0d753 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Mon, 7 Nov 2016 15:33:55 -0500 Subject: [PATCH] Include math.h first to avoid Python _hypot redefinition bug --- test/python_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/python_test.cpp b/test/python_test.cpp index 5e2436d..12c0c31 100755 --- a/test/python_test.cpp +++ b/test/python_test.cpp @@ -2,6 +2,7 @@ // subject to the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +#include #include #include #include