Skip to content

Commit c98e3ca

Browse files
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.
1 parent 56c0bd8 commit c98e3ca

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)