From 58d53beae412fa1c4b511d527cc5c587d7b82786 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 24 Apr 2017 18:18:36 +0100 Subject: [PATCH] Add missing #include for older compilers. --- include/boost/integer/common_factor_rt.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/integer/common_factor_rt.hpp b/include/boost/integer/common_factor_rt.hpp index d86155d..d27f094 100644 --- a/include/boost/integer/common_factor_rt.hpp +++ b/include/boost/integer/common_factor_rt.hpp @@ -20,6 +20,9 @@ #ifndef BOOST_NO_CXX11_HDR_TYPE_TRAITS #include #endif +#ifdef BOOST_NO_CXX11_HDR_FUNCTIONAL +#include +#endif #if ((defined(BOOST_MSVC) && (BOOST_MSVC >= 1600)) || (defined(__clang__) && defined(__c2__)) || (defined(BOOST_INTEL) && defined(_MSC_VER))) && (defined(_M_IX86) || defined(_M_X64)) #include