Include STL <algorithm> in List.h to define std::copy() for clang 14+

(cherry picked from commit 2c36496af53d89a74cf3e9d7889a019c829afb48)
This commit is contained in:
Stephen Saunders 2022-10-18 09:51:07 -04:00
parent 9858ab99f7
commit 4691a4cf01

View file

@ -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
/*
===============================================================================