Fix algorithm header portability in V3Os.cpp (for std::replace). (#5861)

This commit is contained in:
William D. Jones 2025-03-15 21:43:06 -04:00 committed by GitHub
parent ae87df7a5d
commit 13c22690c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ VL_DEFINE_DEBUG_FUNCTIONS;
// clang-format off
#if defined(_WIN32) || defined(__MINGW32__)
# include <windows.h> // LONG for bcrypt.h on MINGW
# include <algorithm> // replace
# include <bcrypt.h> // BCryptGenRandom
# include <chrono>
# include <direct.h> // mkdir