diff --git a/pybind11_protobuf/proto_cast_util.cc b/pybind11_protobuf/proto_cast_util.cc index 11a7704..e671102 100644 --- a/pybind11_protobuf/proto_cast_util.cc +++ b/pybind11_protobuf/proto_cast_util.cc @@ -37,6 +37,8 @@ using ::google::protobuf::FileDescriptorProto; using ::google::protobuf::Message; using ::google::protobuf::MessageFactory; +// noop + namespace pybind11_protobuf { std::string StripProtoSuffixFromDescriptorFileName(absl::string_view filename) {