From c50b5a8bccda4ef0a24aa1f0ba1820956a728e3b Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Tue, 27 May 2014 11:07:23 +0900 Subject: [PATCH] Fix missing header Signed-off-by: Kohei Takahashi --- include/boost/math/tools/config.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/math/tools/config.hpp b/include/boost/math/tools/config.hpp index 980b637a9..4ec5768aa 100644 --- a/include/boost/math/tools/config.hpp +++ b/include/boost/math/tools/config.hpp @@ -21,6 +21,9 @@ #if (defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) # include #endif +#ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS +# include +#endif #include