From: Max Kellermann Date: Mon, 7 Oct 2024 03:02:24 +0000 (+0200) Subject: auth: add missing include X-Git-Tag: v21.0.0~256^2~413^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ec0d9be427b9a98f3421d4a05e631b561ef3243;p=ceph.git auth: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/auth/AuthClient.h b/src/auth/AuthClient.h index c4ca019925f..fc102ebc107 100644 --- a/src/auth/AuthClient.h +++ b/src/auth/AuthClient.h @@ -4,6 +4,7 @@ #pragma once #include +#include #include #include "include/buffer_fwd.h"