From 13c22690c4085cb5e6849487f2f27a63edba85c5 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 15 Mar 2025 21:43:06 -0400 Subject: [PATCH] Fix algorithm header portability in V3Os.cpp (for std::replace). (#5861) --- src/V3Os.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3Os.cpp b/src/V3Os.cpp index 4156d2e81..43a55739c 100644 --- a/src/V3Os.cpp +++ b/src/V3Os.cpp @@ -57,6 +57,7 @@ VL_DEFINE_DEBUG_FUNCTIONS; // clang-format off #if defined(_WIN32) || defined(__MINGW32__) # include // LONG for bcrypt.h on MINGW +# include // replace # include // BCryptGenRandom # include # include // mkdir