diff --git a/package/ios/Frame Processor/SharedArray.h b/package/ios/Frame Processor/SharedArray.h index bb49d6e..f2295ee 100644 --- a/package/ios/Frame Processor/SharedArray.h +++ b/package/ios/Frame Processor/SharedArray.h @@ -12,9 +12,13 @@ #import #ifdef __cplusplus -#import "JSITypedArray.h" #import using namespace facebook; + +namespace vision { +// forward-declaration since we cannot import C++ headers here yet. +class TypedArrayBase; +} #endif // Needs to be in sync with JSITypedArray.h as the index is used