From: Max Kellermann Date: Mon, 28 Apr 2025 08:02:51 +0000 (+0200) Subject: mds/mds_table_types: add missing includes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4245c61e2e59bcb98d7208384d9ff18fe8cb79a1;p=ceph.git mds/mds_table_types: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/mds/mds_table_types.h b/src/mds/mds_table_types.h index bfb2baa954c2..41f53377adb7 100644 --- a/src/mds/mds_table_types.h +++ b/src/mds/mds_table_types.h @@ -19,6 +19,8 @@ #include +#include "include/ceph_assert.h" // for ceph_abort() + enum { TABLE_ANCHOR, TABLE_SNAP,