mkmkme commented on code in PR #2832:
URL: https://github.com/apache/avro/pull/2832#discussion_r1583104325


##########
lang/c++/api/Stream.hh:
##########
@@ -22,6 +22,7 @@
 #include <cstdint>
 #include <cstring>
 #include <memory>
+#include <vector>

Review Comment:
   @martin-g so yeah this include is needed, because there's usage of 
`std::vector` in the signature of `snapshot()` on line 177. Without it, 
compilation failed for me.



-- 
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: issues-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to