2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00

Add missing #include.

Fixes https://svn.boost.org/trac/boost/ticket/12537.
This commit is contained in:
jzmaddock
2016-10-19 19:27:37 +01:00
parent 21ab379ee9
commit 3370ea2f79
2 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#ifndef BOOST_MATH_TUPLE_HPP_INCLUDED
# define BOOST_MATH_TUPLE_HPP_INCLUDED
# include <boost/config.hpp>
# include <boost/detail/workaround.hpp>
#if !defined(BOOST_NO_CXX11_HDR_TUPLE) && !BOOST_WORKAROUND(BOOST_GCC_VERSION, < 40500)