From cecbf6c0ae4a70dd05390bd6979f6f2cf893158f Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Tue, 13 Apr 2021 21:05:25 -0700 Subject: [PATCH] Use secure.h header for secure allocators #2276 split the `allocators.h` header and has been merged --- src/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/random.cpp b/src/random.cpp index 718fd141c5913..c033403df2723 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -6,11 +6,11 @@ #include "random.h" -#include "allocators.h" #include "compat/cpuid.h" #include "crypto/sha256.h" #include "crypto/sha512.h" #include "support/cleanse.h" +#include "support/allocators/secure.h" #ifdef WIN32 #include "compat.h" // for Windows API #include