adds missing iostream include to random test

This commit is contained in:
Peter Thorson
2013-03-15 07:56:55 -05:00
parent 54ef4db3a1
commit 8e23bbf5b2

View File

@@ -28,6 +28,8 @@
#define BOOST_TEST_MODULE random_device
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <websocketpp/common/stdint.hpp>
#include <websocketpp/random/random_device.hpp>
#include <websocketpp/concurrency/none.hpp>