Skip to content

Commit ab22a01

Browse files
Darwin Tests: Add missing os/lock.h import (#33349)
1 parent 5078a93 commit ab22a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/darwin/Framework/CHIPTests/MTRAsyncWorkQueueTests.m

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#import <Matter/Matter.h>
1818
#import <XCTest/XCTest.h>
19+
#import <os/lock.h>
1920

2021
#import "MTRAsyncWorkQueue.h"
2122

0 commit comments

Comments
 (0)