Skip to content

Commit b0a4b6c

Browse files
authored
Fix build under linux/gcc (#2116)
grpc_stream_tester.cc relies on f:f:model::DatabaseId, but wasn't depending on it within the cc_library f_f_remote_test_util rule, causing the build to fail. (Presumably, a mac specific library indirectly pulls this in.)
1 parent f66b5b5 commit b0a4b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firestore/core/test/firebase/firestore/util/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ cc_library(
184184
absl_base
185185
absl_strings
186186
firebase_firestore_auth
187+
firebase_firestore_core
187188
firebase_firestore_remote
188189
firebase_firestore_util
189190
grpc++

0 commit comments

Comments
 (0)