Merge pull request #415 from kostadinsh/gcc-14

Add include <algorithm> to fix building with gcc 14
This commit is contained in:
pixl 2024-05-27 19:50:21 -07:00 committed by GitHub
commit d79d050bf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@
#include <type_traits> #include <type_traits>
#include <functional> #include <functional>
#include <utility> #include <utility>
#include <algorithm>
namespace logid::config { namespace logid::config {
template<typename T> template<typename T>