mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Include STL <algorithm> in List.h to define std::copy() for clang 14+
(cherry picked from commit 2c36496af53d89a74cf3e9d7889a019c829afb48)
This commit is contained in:
parent
9858ab99f7
commit
4691a4cf01
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#include <new>
|
||||
#include <initializer_list>
|
||||
#include <algorithm> // SRS - Needed for clang 14 so std::copy() is defined
|
||||
|
||||
/*
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in a new issue