From ec2a98cac80e9510da345450e8dae24bde63999b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Oct 2024 14:20:02 +0100 Subject: [PATCH] osd/Watch: add missing include Signed-off-by: Max Kellermann --- src/osd/Watch.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osd/Watch.cc b/src/osd/Watch.cc index 573cb905396ea..8eff2eafb24b8 100644 --- a/src/osd/Watch.cc +++ b/src/osd/Watch.cc @@ -1,6 +1,8 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +#include "Watch.h" #include "PG.h" +#include "common/debug.h" #include "include/types.h" #include "messages/MWatchNotify.h" @@ -8,7 +10,6 @@ #include "OSD.h" #include "PrimaryLogPG.h" -#include "Watch.h" #include "Session.h" #include "common/config.h" -- 2.39.5