From: Max Kellermann Date: Mon, 7 Oct 2024 03:02:24 +0000 (+0200) Subject: auth: add missing include X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3605608c5d9a6f0af6e742509d7962c66f443afe;p=ceph.git auth: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/auth/Auth.h b/src/auth/Auth.h index 590096bf93f..615b44752a0 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 5d68d3470bc..80cc0b949d2 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