Fix algorithm header portability in V3Os.cpp (for std::replace). (#5861)
This commit is contained in:
parent
ae87df7a5d
commit
13c22690c4
|
|
@ -57,6 +57,7 @@ VL_DEFINE_DEBUG_FUNCTIONS;
|
||||||
// clang-format off
|
// clang-format off
|
||||||
#if defined(_WIN32) || defined(__MINGW32__)
|
#if defined(_WIN32) || defined(__MINGW32__)
|
||||||
# include <windows.h> // LONG for bcrypt.h on MINGW
|
# include <windows.h> // LONG for bcrypt.h on MINGW
|
||||||
|
# include <algorithm> // replace
|
||||||
# include <bcrypt.h> // BCryptGenRandom
|
# include <bcrypt.h> // BCryptGenRandom
|
||||||
# include <chrono>
|
# include <chrono>
|
||||||
# include <direct.h> // mkdir
|
# include <direct.h> // mkdir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue