From: Adam C. Emerson Date: Wed, 25 Feb 2026 15:31:53 +0000 (-0500) Subject: rgw: Make ARNs libfmt-able X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=05d82dab5f33e5cb28374b1dae02a1d27f1fee25;p=ceph.git rgw: Make ARNs libfmt-able Signed-off-by: Adam C. Emerson --- diff --git a/src/rgw/rgw_arn.h b/src/rgw/rgw_arn.h index 15ef452671d..23a837adfc6 100644 --- a/src/rgw/rgw_arn.h +++ b/src/rgw/rgw_arn.h @@ -5,6 +5,8 @@ #include #include +#include + class rgw_obj; class rgw_bucket; @@ -119,3 +121,4 @@ struct hash<::rgw::Service> { }; } // namespace std +template <> struct fmt::formatter : ostream_formatter {};