From f52c168cf25db34d27761440099cef1fc5db1dc5 Mon Sep 17 00:00:00 2001 From: robertDurst Date: Tue, 13 Aug 2019 21:35:14 -0700 Subject: [PATCH] add missing include --- src/crypto/Random.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crypto/Random.cpp b/src/crypto/Random.cpp index b83db76698..0ccd145cb5 100644 --- a/src/crypto/Random.cpp +++ b/src/crypto/Random.cpp @@ -4,6 +4,8 @@ #include "crypto/Random.h" #include "util/Math.h" + +#include #include #ifdef MSAN_ENABLED