From 4138a974b99639753662539a86d8bc264722513d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Oct 2024 16:19:27 +0200 Subject: [PATCH] ceph_mds: add missing include Signed-off-by: Max Kellermann --- src/ceph_mds.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ceph_mds.cc b/src/ceph_mds.cc index ba8726a2be3..635ce729109 100644 --- a/src/ceph_mds.cc +++ b/src/ceph_mds.cc @@ -26,6 +26,7 @@ #include "include/random.h" #include "common/config.h" +#include "common/debug.h" #include "common/strtol.h" #include "common/numa.h" -- 2.39.5