From: Max Kellermann Date: Fri, 25 Oct 2024 09:12:29 +0000 (+0200) Subject: auth/Auth: add missing includes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d48b71c37a297c8a7b112e8860b97d1c3798f399;p=ceph.git auth/Auth: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/auth/Auth.h b/src/auth/Auth.h index 83e23b34dbe..2783b20f6ee 100644 --- a/src/auth/Auth.h +++ b/src/auth/Auth.h @@ -18,6 +18,14 @@ #include "Crypto.h" #include "common/ceph_json.h" #include "common/entity_name.h" +#include "common/Formatter.h" +#include "include/buffer.h" + +#include +#include +#include +#include +#include // The _MAX values are a bit wonky here because we are overloading the first // byte of the auth payload to identify both the type of authentication to be