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