summaryrefslogtreecommitdiff
path: root/boost/random/random_device.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/random/random_device.hpp')
-rw-r--r--boost/random/random_device.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/random/random_device.hpp b/boost/random/random_device.hpp
index 6c9d872b39..8f3903c953 100644
--- a/boost/random/random_device.hpp
+++ b/boost/random/random_device.hpp
@@ -6,7 +6,7 @@
* accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
- * $Id: random_device.hpp 71018 2011-04-05 21:27:52Z steven_watanabe $
+ * $Id$
*
* Revision history
* 2000-02-18 Portability fixes (thanks to Beman Dawes)
@@ -22,6 +22,7 @@
#include <boost/config.hpp>
#include <boost/noncopyable.hpp>
#include <boost/random/detail/auto_link.hpp>
+#include <boost/system/config.hpp> // force autolink to find Boost.System
namespace boost {
namespace random {