From 32a7157d8cc62266201d47fef863f5dc8b39cef4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Apr 2025 16:42:51 +0200 Subject: [PATCH] common/LogClient: add missing include Signed-off-by: Max Kellermann --- src/common/LogClient.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/LogClient.h b/src/common/LogClient.h index dd70e6fcd32..c257f64abbd 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; -- 2.39.5