Skip to content

Commit d976ca3

Browse files
Make MTRDeviceController_Concrete.h include what it uses.
1 parent f509f67 commit d976ca3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h

+9-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,19 @@
1717

1818
#import <Foundation/Foundation.h>
1919

20-
#import <Matter/Matter.h>
20+
#import <Matter/MTRDefines.h>
21+
#import <Matter/MTRDeviceController.h>
22+
#import <Matter/MTRDeviceControllerFactory.h>
23+
#import <Matter/MTRDeviceControllerStorageDelegate.h>
24+
#import <Matter/MTRDeviceStorageBehaviorConfiguration.h>
25+
#import <Matter/MTROTAProviderDelegate.h>
2126

2227
#import "MTRDeviceConnectionBridge.h"
2328
#import "MTRDeviceControllerStartupParams_Internal.h"
2429

30+
#include <credentials/FabricTable.h>
31+
#include <lib/core/DataModelTypes.h>
32+
2533
NS_ASSUME_NONNULL_BEGIN
2634

2735
@interface MTRDeviceController_Concrete : MTRDeviceController

0 commit comments

Comments
 (0)