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:
@@ -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)
|
||||
|
||||
|
||||
10
test/compile_test/tools_tuple_inc_test.cpp
Normal file
10
test/compile_test/tools_tuple_inc_test.cpp
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user