From 0da679061dbe7cd4c0397635d3d48c809ebb5923 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Oct 2024 13:41:30 +0100 Subject: [PATCH] krbd: include cleanup Signed-off-by: Max Kellermann --- src/krbd.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/krbd.cc b/src/krbd.cc index b969a342eeb5..5f6e32b6cff3 100644 --- a/src/krbd.cc +++ b/src/krbd.cc @@ -30,12 +30,14 @@ #include #include "auth/KeyRing.h" +#include "common/ceph_context.h" #include "common/errno.h" #include "common/Formatter.h" #include "common/module.h" #include "common/run_cmd.h" #include "common/safe_io.h" #include "common/secret.h" +#include "common/strtol.h" // for strict_strtoll() #include "common/TextTable.h" #include "common/Thread.h" #include "include/ceph_assert.h" -- 2.47.3