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

Merge pull request #1 from Flast/pr/missing_header

missing include <limits>
This commit is contained in:
jzmaddock
2014-05-27 08:50:12 +01:00

View File

@@ -21,6 +21,9 @@
#if (defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__))
# include <math.h>
#endif
#ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
# include <limits>
#endif
#include <boost/math/tools/user.hpp>