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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user