We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f382c93 commit 05f49f3Copy full SHA for 05f49f3
packages/cloud_firestore/cloud_firestore/ios/cloud_firestore/Sources/cloud_firestore/FLTPipelineParser.m
@@ -19,6 +19,12 @@
19
#endif
20
21
22
+#if __has_include("FirebaseFirestoreInternal/FIRVectorValue.h")
23
+#import "FirebaseFirestoreInternal/FIRVectorValue.h"
24
+#elif __has_include(<FirebaseFirestoreInternal/FIRVectorValue.h>)
25
+#import <FirebaseFirestoreInternal/FIRVectorValue.h>
26
+#endif
27
+
28
#import <Foundation/Foundation.h>
29
30
static NSString *const kPipelineNotAvailable =
0 commit comments