Skip to content

Commit

Permalink
Fix Darwin build.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bzbarsky-apple committed Sep 20, 2024
1 parent 56c0bd8 commit c98e3ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/darwin/Framework/CHIP/MTRDeviceController_Concrete.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

#import <Foundation/Foundation.h>

#import <Matter/MTRDefines.h>
#import <Matter/MTRDeviceController.h>
#import <Matter/Matter.h>

#import "MTRDeviceControllerStartupParams_Internal.h"

Expand Down

0 comments on commit c98e3ca

Please sign in to comment.