glywk commented on code in PR #3053: URL: https://github.com/apache/avro/pull/3053#discussion_r1719717046
########## lang/c++/include/avro/Node.hh: ########## @@ -25,6 +25,7 @@ #include <cassert> #include <memory> #include <utility> +#include <vector> Review Comment: Yes, in line 63: `const std::vector<std::string> &aliases() const;` Some compiler does not fails because definition is declare elsewhere. But not on my case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
