2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-24 18:12:48 +00:00

Added missing #include

[SVN r17101]
This commit is contained in:
Dave Abrahams
2003-01-31 05:01:16 +00:00
parent 7cf0c648ec
commit c102ef50df

View File

@@ -27,6 +27,7 @@
#include <boost/limits.hpp>
#include <boost/static_assert.hpp>
#include <boost/random/uniform_01.hpp>
#include <boost/detail/workaround.hpp>
#ifdef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
#include <boost/type_traits/is_float.hpp>
#endif