diff options
Diffstat (limited to 'library/cpp/protobuf/json/string_transform.cpp')
| -rw-r--r-- | library/cpp/protobuf/json/string_transform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/string_transform.cpp b/library/cpp/protobuf/json/string_transform.cpp index 43ebc25ee80..7c42daa6772 100644 --- a/library/cpp/protobuf/json/string_transform.cpp +++ b/library/cpp/protobuf/json/string_transform.cpp @@ -2,7 +2,7 @@ #include <google/protobuf/stubs/strutil.h> -#include <library/cpp/string_utils/base64/base64.h> +#include <library/cpp/string_utils/base64/base64.h> namespace NProtobufJson { void TCEscapeTransform::Transform(TString& str) const { |
