]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds/mds_table_types: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Apr 2025 08:02:51 +0000 (10:02 +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/mds/mds_table_types.h

index bfb2baa954c2ea360ebae7eba4f222a58baf6c28..41f53377adb76409c6eacbb1e117b7ef3a4d472a 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <string_view>
 
+#include "include/ceph_assert.h" // for ceph_abort()
+
 enum {
   TABLE_ANCHOR,
   TABLE_SNAP,