mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
a67ca6b1ea
* [libphonenumber] Bump to 8.13.17 & fix linux and macOS build * update version database * fix windows icui18n lib name * update version database * fix patches * update version database * fix ci.baseline.txt
14 lines
427 B
Diff
14 lines
427 B
Diff
diff --git a/cpp/src/phonenumbers/regexp_adapter_re2.cc b/cpp/src/phonenumbers/regexp_adapter_re2.cc
|
|
index bb542234..398f369b 100644
|
|
--- a/cpp/src/phonenumbers/regexp_adapter_re2.cc
|
|
+++ b/cpp/src/phonenumbers/regexp_adapter_re2.cc
|
|
@@ -31,6 +31,8 @@
|
|
namespace i18n {
|
|
namespace phonenumbers {
|
|
|
|
+using re2::StringPiece;
|
|
+
|
|
// Implementation of RegExpInput abstract class.
|
|
class RE2RegExpInput : public RegExpInput {
|
|
public:
|