oatpp / oatpp-protobuf

Use protobuf messages as regular oatpp DTOs
https://oatpp.io/
Apache License 2.0
5 stars 3 forks source link

Message.h must be lowercase #1

Closed MikeTolkachev closed 3 years ago

MikeTolkachev commented 3 years ago

In Utils.hpp#L29 Message.h must be lowercase because it is in the Protobuf repository: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/message.h

lganzzzo commented 3 years ago

Thanks! Aaand it's fixed!