From d14ef631088f20965e9987b0fce44de5474741fc Mon Sep 17 00:00:00 2001 From: Yuanyao Zhong Date: Thu, 12 Dec 2024 14:42:59 -0500 Subject: [PATCH] add missing includes --- src/app/EventScheduler.h | 1 + src/app/reporting/Engine.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/EventScheduler.h b/src/app/EventScheduler.h index 0ef403b13a6d13..1d9abbc1029be3 100644 --- a/src/app/EventScheduler.h +++ b/src/app/EventScheduler.h @@ -27,6 +27,7 @@ #pragma once #include +#include namespace chip { namespace app { diff --git a/src/app/reporting/Engine.h b/src/app/reporting/Engine.h index b6271a821ecda6..c26701f4bc6bdd 100644 --- a/src/app/reporting/Engine.h +++ b/src/app/reporting/Engine.h @@ -25,6 +25,7 @@ #pragma once #include +#include #include #include #include