From: tobtoht Date: Sat, 14 Jan 2023 12:45:18 +0000 (+0100) Subject: monero_seed: add missing include X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=1623cfcb4f3a7e0efe1ead34c28b3ac8333746d6;p=gamesguru%2Ffeather.git monero_seed: add missing include --- diff --git a/src/monero_seed/secure_random.cpp b/src/monero_seed/secure_random.cpp index d4930c13..ad784bc5 100644 --- a/src/monero_seed/secure_random.cpp +++ b/src/monero_seed/secure_random.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #if defined(_WIN32) || defined(__CYGWIN__) #define WINAPI