We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9087f5e commit 1c3f86cCopy full SHA for 1c3f86c
Firestore/core/src/core/expressions_eval.cc
@@ -37,12 +37,12 @@
37
#include "Firestore/core/src/remote/serializer.h"
38
#include "Firestore/core/src/util/hard_assert.h"
39
#include "Firestore/core/src/util/log.h"
40
-#include "Firestore/third_party/re2/re2.h"
41
#include "absl/strings/ascii.h" // For AsciiStrToLower/ToUpper (if needed later)
42
#include "absl/strings/match.h" // For StartsWith, EndsWith, StrContains
43
#include "absl/strings/str_cat.h" // For StrAppend
44
#include "absl/strings/strip.h" // For StripAsciiWhitespace
45
#include "absl/types/optional.h"
+#include "re2/re2.h"
46
47
namespace firebase {
48
namespace firestore {
0 commit comments