From b1382d0a23fe694b498fd647be5e7c0ecfdf41a6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 2 Dec 2022 19:05:25 +0800 Subject: [PATCH] rgw/rgw_common: define FMT_HEADER_ONLY to be consistent with other parts of rgw Signed-off-by: Kefu Chai --- src/rgw/rgw_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index 6784f6248280a..a0af2179ee5b6 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -21,6 +21,10 @@ #include #include +#undef FMT_HEADER_ONLY +#define FMT_HEADER_ONLY 1 +#include + #include "common/ceph_crypto.h" #include "common/random_string.h" #include "rgw_acl.h" -- 2.39.5