From e380ae90ebb6325d1820b6f34e10bf3474710899 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Jul 2024 10:09:08 +0200 Subject: [PATCH] Log: add missing include for std::back_inserter() Closes https://github.com/MusicPlayerDaemon/MPD/issues/2071 --- src/Log.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Log.cxx b/src/Log.cxx index d5a3db2aa..78e0efb54 100644 --- a/src/Log.cxx +++ b/src/Log.cxx @@ -8,6 +8,8 @@ #include +#include // for std::back_inserter() + static constexpr Domain exception_domain("exception"); void