From 84f41946b9026e8bf7bc44ed848dfb945394b693 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Tue, 15 May 2018 09:27:14 +0000 Subject: break circular dependency: random/sync -> util -> random/sync --- src/random.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/random.cpp') diff --git a/src/random.cpp b/src/random.cpp index 4ba86e4e7..491272d5f 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -11,14 +11,15 @@ #include // for Windows API #include #endif -#include // for LogPrint() -#include // for GetTime() +#include // for LogPrint() +#include // for GetTime() #include #include #include #ifndef WIN32 +#include #include #endif -- cgit v1.2.3