From: Max Kellermann Date: Mon, 28 Apr 2025 07:48:44 +0000 (+0200) Subject: common/ceph_strings: add missing includes X-Git-Tag: testing/wip-vshankar-testing-20250908.050731-debug~14^2~11 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b257dddce0f44f0be8f8663fe35e1fbe1e086593;p=ceph-ci.git common/ceph_strings: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/common/ceph_strings.cc b/src/common/ceph_strings.cc index 04c255ea502..804ed16f924 100644 --- a/src/common/ceph_strings.cc +++ b/src/common/ceph_strings.cc @@ -2,8 +2,9 @@ * Ceph string constants */ #include "ceph_strings.h" -#include "include/types.h" #include "include/ceph_features.h" +#include "include/ceph_fs.h" // for CEPH_CON_MODE_* +#include "include/msgr.h" // for CEPH_ENTITY_TYPE_* const char *ceph_entity_type_name(int type) {