From c102ef50dfedb47c93b67c8d050fdcd90f6ef653 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 31 Jan 2003 05:01:16 +0000 Subject: [PATCH] Added missing #include [SVN r17101] --- include/boost/random/uniform_smallint.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/random/uniform_smallint.hpp b/include/boost/random/uniform_smallint.hpp index 83b1833..866f690 100644 --- a/include/boost/random/uniform_smallint.hpp +++ b/include/boost/random/uniform_smallint.hpp @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS #include #endif