From: Max Kellermann Date: Mon, 28 Apr 2025 08:36:35 +0000 (+0200) Subject: rgw/rgw_bucket_encryption: add missing includes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b14d11d98bf49bf673b41a45c796a7743eab4e02;p=ceph.git rgw/rgw_bucket_encryption: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/rgw/rgw_bucket_encryption.h b/src/rgw/rgw_bucket_encryption.h index 7838eb80962c..54e78bd8a0d9 100644 --- a/src/rgw/rgw_bucket_encryption.h +++ b/src/rgw/rgw_bucket_encryption.h @@ -3,8 +3,10 @@ #pragma once #include +#include "include/encoding.h" class XMLObj; +namespace ceph { class Formatter; } class ApplyServerSideEncryptionByDefault {