]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/Graylog: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 4 Oct 2024 19:16:19 +0000 (21:16 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:46:35 +0000 (22:46 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/Graylog.h

index f70ac754cfa71da2fa7e73ae63528742ba4697b9..953367ad7d1c9af0345eaa9b211022bc37c3ef1d 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "include/ceph_assert.h"  // boost clobbers this
 
+#include <sstream>
+
 struct uuid_d;
 class LogEntry;