diff options
Diffstat (limited to 'src/test/crypto.cc')
-rw-r--r-- | src/test/crypto.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/crypto.cc b/src/test/crypto.cc index 819d41c7218..67fb440eeb9 100644 --- a/src/test/crypto.cc +++ b/src/test/crypto.cc @@ -1,6 +1,8 @@ #include <errno.h> #include <time.h> +#include <iostream> // for std::cout + #include <boost/container/small_vector.hpp> #include "gtest/gtest.h" |