diff options
Diffstat (limited to 'src/random.cpp')
| -rw-r--r-- | src/random.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/random.cpp b/src/random.cpp index 0d20d205a..fb5258a44 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -8,7 +8,11 @@ #ifdef WIN32 #include "compat.h" // for Windows API #endif +#include "serialize.h" // for begin_ptr(vec) #include "util.h" // for LogPrint() +#include "utilstrencodings.h" // for GetTime() + +#include <limits> #ifndef WIN32 #include <sys/time.h> |