From c4699cf63d68857653bf4b5af8c99eab4eec8096 Mon Sep 17 00:00:00 2001 From: achaulk-goog <107196446+achaulk-goog@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:55:56 -0400 Subject: [PATCH] More IWYU across app/ & src/ (#32952) * More IWYU across app/ & src/ * Fix bad path --- src/app/util/util.h | 1 + src/lib/dnssd/platform/DnssdBrowseDelegate.h | 3 +++ src/lib/support/CommonIterator.h | 2 ++ src/protocols/bdx/DiagnosticLogs.h | 2 ++ src/transport/TracingStructs.h | 1 + 5 files changed, 9 insertions(+) diff --git a/src/app/util/util.h b/src/app/util/util.h index 6d84a7c0ee947f..d79b63612dd1b0 100644 --- a/src/app/util/util.h +++ b/src/app/util/util.h @@ -21,6 +21,7 @@ #include #include +#include void emberAfInit(); diff --git a/src/lib/dnssd/platform/DnssdBrowseDelegate.h b/src/lib/dnssd/platform/DnssdBrowseDelegate.h index 8d95a03b8d020e..bb0e6e51867a87 100644 --- a/src/lib/dnssd/platform/DnssdBrowseDelegate.h +++ b/src/lib/dnssd/platform/DnssdBrowseDelegate.h @@ -17,6 +17,9 @@ #pragma once +#include +#include + namespace chip { namespace Dnssd { diff --git a/src/lib/support/CommonIterator.h b/src/lib/support/CommonIterator.h index 689625aa292a94..fc799c33b233eb 100644 --- a/src/lib/support/CommonIterator.h +++ b/src/lib/support/CommonIterator.h @@ -22,6 +22,8 @@ #pragma once +#include + namespace chip { /** diff --git a/src/protocols/bdx/DiagnosticLogs.h b/src/protocols/bdx/DiagnosticLogs.h index 60ec2a33080c9c..a3bf0428186705 100644 --- a/src/protocols/bdx/DiagnosticLogs.h +++ b/src/protocols/bdx/DiagnosticLogs.h @@ -18,6 +18,8 @@ #pragma once +#include + namespace chip { namespace bdx { namespace DiagnosticLogs { diff --git a/src/transport/TracingStructs.h b/src/transport/TracingStructs.h index 5f57663e46dba2..987e2311950dc9 100644 --- a/src/transport/TracingStructs.h +++ b/src/transport/TracingStructs.h @@ -19,6 +19,7 @@ #include #include #include +#include namespace chip { namespace Tracing {