mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:59:01 +08:00
14 lines
438 B
Diff
14 lines
438 B
Diff
|
diff --git a/cpp/src/phonenumbers/regexp_adapter_re2.cc b/cpp/src/phonenumbers/regexp_adapter_re2.cc
|
||
|
index bb54223..398f369 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:
|