]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw/rgw_bucket_encryption: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Apr 2025 08:36:35 +0000 (10:36 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 28 Aug 2025 09:21:08 +0000 (11:21 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/rgw/rgw_bucket_encryption.h

index 7838eb80962cbbb67924c4af090c5902216982c5..54e78bd8a0d9d318f63b623815ec5120d87666fc 100644 (file)
@@ -3,8 +3,10 @@
 
 #pragma once
 #include <include/types.h>
+#include "include/encoding.h"
 
 class XMLObj;
+namespace ceph { class Formatter; }
 
 class ApplyServerSideEncryptionByDefault
 {