From 8e23bbf5b217701110447e07fed03b60737d2b31 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Fri, 15 Mar 2013 07:56:55 -0500 Subject: [PATCH] adds missing iostream include to random test --- test/random/random_device.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/random/random_device.cpp b/test/random/random_device.cpp index 136dbec4c9..7aaeb2c377 100644 --- a/test/random/random_device.cpp +++ b/test/random/random_device.cpp @@ -28,6 +28,8 @@ #define BOOST_TEST_MODULE random_device #include +#include + #include #include #include