2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +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)

View File

@@ -0,0 +1,10 @@
// Copyright John Maddock 2006.
// Use, modification and distribution are 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)
//
// Basic sanity check that header <boost/math/tools/config.hpp>
// #includes all the files that it needs to.
//
#include <boost/math/tools/tuple.hpp>