From 2989369d2402d315caf0d57f96d066084dac63d5 Mon Sep 17 00:00:00 2001 From: Karsten Sperling <113487422+ksperling-apple@users.noreply.github.com> Date: Tue, 14 May 2024 10:35:09 +1200 Subject: [PATCH] Darwin: Add missing import (#33429) --- src/darwin/Framework/CHIP/MTRDiagnosticLogsType.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/darwin/Framework/CHIP/MTRDiagnosticLogsType.h b/src/darwin/Framework/CHIP/MTRDiagnosticLogsType.h index 6beb9671ab4210..5c90cb95d299fa 100644 --- a/src/darwin/Framework/CHIP/MTRDiagnosticLogsType.h +++ b/src/darwin/Framework/CHIP/MTRDiagnosticLogsType.h @@ -15,6 +15,8 @@ * limitations under the License. */ +#import + /** * This enum is used to specify the type of log requested from this device. *