From 3605608c5d9a6f0af6e742509d7962c66f443afe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Oct 2024 05:02:24 +0200 Subject: [PATCH] auth: add missing include Signed-off-by: Max Kellermann --- src/auth/Auth.h | 1 + src/auth/Crypto.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/auth/Auth.h b/src/auth/Auth.h index 590096bf93f6..615b44752a03 100644 --- a/src/auth/Auth.h +++ b/src/auth/Auth.h @@ -20,6 +20,7 @@ #include "common/entity_name.h" #include "common/Formatter.h" #include "include/buffer.h" +#include "include/ceph_fs.h" // for CEPH_AUTH_UNKNOWN #include #include diff --git a/src/auth/Crypto.cc b/src/auth/Crypto.cc index 5d68d3470bc0..80cc0b949d2b 100644 --- a/src/auth/Crypto.cc +++ b/src/auth/Crypto.cc @@ -29,6 +29,7 @@ #include "common/safe_io.h" #include "include/ceph_fs.h" #include "include/compat.h" +#include "include/intarith.h" // for p2align() #include "common/Formatter.h" #include "common/debug.h" #include -- 2.47.3