mirror of
https://github.com/boostorg/parameter_python.git
synced 2026-01-19 16:32:13 +00:00
Include math.h first to avoid Python _hypot redefinition bug
This commit is contained in:
committed by
Peter Dimov
parent
a8cbc63e2a
commit
7f4335062e
@@ -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 <math.h>
|
||||
#include <boost/python.hpp>
|
||||
#include <boost/parameter/preprocessor.hpp>
|
||||
#include <boost/parameter/keyword.hpp>
|
||||
|
||||
Reference in New Issue
Block a user