add-namespace-nprotobuf.patch 391 B

1234567891011121314
  1. --- a/src/google/protobuf/stubs/common.h (index)
  2. +++ b/src/google/protobuf/stubs/common.h (working tree)
  3. @@ -127,6 +127,11 @@ void StrongReference(const T& var) {
  4. } // namespace protobuf
  5. } // namespace google
  6. +namespace NProtoBuf {
  7. + using namespace google;
  8. + using namespace google::protobuf;
  9. +}
  10. +
  11. #include "google/protobuf/port_undef.inc"
  12. #endif // GOOGLE_PROTOBUF_COMMON_H__