From 932bf7eb56ac8dab892d6f18cde7e18a7c6a8c91 Mon Sep 17 00:00:00 2001 From: Daniel Nicoara Date: Fri, 19 Aug 2022 17:56:27 -0400 Subject: [PATCH] Fix include-what-you-use type errors (#22020) Allows files to be compiled in isolation. --- src/lib/support/PersistedCounter.h | 1 + src/transport/SessionUpdateDelegate.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/support/PersistedCounter.h b/src/lib/support/PersistedCounter.h index f17434aab40305..9261da6ac9faff 100644 --- a/src/lib/support/PersistedCounter.h +++ b/src/lib/support/PersistedCounter.h @@ -30,6 +30,7 @@ #include #include #include +#include #include namespace chip { diff --git a/src/transport/SessionUpdateDelegate.h b/src/transport/SessionUpdateDelegate.h index 3dc01f88632ab5..741245d04c84fc 100644 --- a/src/transport/SessionUpdateDelegate.h +++ b/src/transport/SessionUpdateDelegate.h @@ -17,6 +17,7 @@ #pragma once #include +#include namespace chip {