]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth/Auth: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 09:12:29 +0000 (11:12 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Wed, 16 Apr 2025 09:29:49 +0000 (11:29 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/auth/Auth.h

index 83e23b34dbe3a0241aabda17cee706657ab711aa..2783b20f6eeb693752aebdf195f69dbddb29abed 100644 (file)
 #include "Crypto.h"
 #include "common/ceph_json.h"
 #include "common/entity_name.h"
+#include "common/Formatter.h"
+#include "include/buffer.h"
+
+#include <cstdint>
+#include <iostream>
+#include <list>
+#include <map>
+#include <string>
 
 // 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