Skip to content

Commit 0ea7c11

Browse files
authored
Fix ETCoreMLModelManager tests (#10557)
1 parent cda554c commit 0ea7c11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/apple/coreml/runtime/test/ETCoreMLModelManagerTests.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#import <XCTest/XCTest.h>
1616
#import <executorch/runtime/platform/runtime.h>
1717
#import <model_logging_options.h>
18+
#import <multiarray.h>
19+
20+
using namespace executorchcoreml;
1821

1922
@interface ETCoreMLModelManagerTests : XCTestCase
2023

0 commit comments

Comments
 (0)