From c7409d1e041c8e03bf6d95bc11f91056728f3b6c Mon Sep 17 00:00:00 2001
From: Max Kellermann <mk@cm4all.com>
Date: Fri, 10 May 2024 17:17:41 +0200
Subject: [PATCH] util/AllocatedString: add missing include

---
 src/util/AllocatedString.hxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/AllocatedString.hxx b/src/util/AllocatedString.hxx
index 72d060756..ae3d73e58 100644
--- a/src/util/AllocatedString.hxx
+++ b/src/util/AllocatedString.hxx
@@ -7,6 +7,7 @@
 
 #include <algorithm>
 #include <cstddef>
+#include <initializer_list>
 #include <string_view>
 #include <utility>