mirror of
https://github.com/boostorg/parameter.git
synced 2026-02-02 09:02:11 +00:00
Include math.h first to avoid Python _hypot redefinition bug
This commit is contained in:
@@ -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