Skip to content

Commit b31673f

Browse files
authoredSep 20, 2024
Fix Darwin build. (#35690)
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.
1 parent 8f7d74d commit b31673f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
#import <Foundation/Foundation.h>
1919

20-
#import <Matter/MTRDefines.h>
21-
#import <Matter/MTRDeviceController.h>
20+
#import <Matter/Matter.h>
2221

2322
#import "MTRDeviceControllerStartupParams_Internal.h"
2423

0 commit comments

Comments
 (0)