From: Kefu Chai Date: Fri, 2 Dec 2022 11:05:25 +0000 (+0800) Subject: rgw/rgw_common: define FMT_HEADER_ONLY X-Git-Tag: v18.1.0~662^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b1382d0a23fe694b498fd647be5e7c0ecfdf41a6;p=ceph.git rgw/rgw_common: define FMT_HEADER_ONLY to be consistent with other parts of rgw Signed-off-by: Kefu Chai --- 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"