]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/ceph_strings: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Apr 2025 07:48:44 +0000 (09:48 +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/common/ceph_strings.cc

index 04c255ea5025825f12ae0791791e5a33de185b9b..804ed16f924070d69d62705ad270afbe0b1f0223 100644 (file)
@@ -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)
 {