diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-12-01 19:48:49 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2024-12-01 20:34:53 +0100 |
commit | 4ebece99469ad2b123a271167f774bc7a4d96240 (patch) | |
tree | faf31263e49e8dd418ef99eef78c4d59368cf51c /src/common | |
parent | fc187fff9a6613091a309bb44751fc245900d2f6 (diff) |
Fix nopch build
(cherry picked from commit f06387b5ebb300cfe7470bf19c4ef646ec92db07)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Utilities/advstd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Utilities/advstd.h b/src/common/Utilities/advstd.h index 68ddf6a0c10..42acf5653ed 100644 --- a/src/common/Utilities/advstd.h +++ b/src/common/Utilities/advstd.h @@ -54,6 +54,7 @@ template <typename To, typename From, // std::ranges::contains #ifndef __cpp_lib_ranges_contains +#include <algorithm> // for std::ranges::find #include <functional> // for std::ranges::equal_to, std::identity #include <iterator> // for std::input_iterator, std::sentinel_for, std::projected |