From: Max Kellermann Date: Fri, 25 Apr 2025 14:42:51 +0000 (+0200) Subject: common/LogClient: add missing include X-Git-Tag: v21.0.0~50^2~93^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32a7157d8cc62266201d47fef863f5dc8b39cef4;p=ceph.git common/LogClient: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/common/LogClient.h b/src/common/LogClient.h index dd70e6fcd323..c257f64abbde 100644 --- a/src/common/LogClient.h +++ b/src/common/LogClient.h @@ -25,6 +25,7 @@ #include "common/ostream_temp.h" #include "common/ref.h" #include "include/health.h" +#include "include/uuid.h" class LogClient; class MLog;