From c98e3ca7236bf47850d86bdcfb4bf5ca3442b0e0 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 19 Sep 2024 23:56:10 -0400 Subject: [PATCH] Fix Darwin build. MTRDeviceController_Concrete.h was not including some headers, but this was being covered up until it started being included from a new translation unit that did not happen to get those headers from elsewhere. --- src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h b/src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h index 615765fc84dae1..14ce0cd0035e03 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h +++ b/src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h @@ -17,8 +17,7 @@ #import -#import -#import +#import #import "MTRDeviceControllerStartupParams_Internal.h"