AntoinePrv commented on code in PR #46963: URL: https://github.com/apache/arrow/pull/46963#discussion_r2179453425
########## cpp/src/arrow/util/small_vector.h: ########## @@ -26,6 +26,7 @@ #include <new> #include <type_traits> #include <utility> +#include <vector> Review Comment: Yes, in the conversion. Perhaps a forward declaration could suffice? I'm not sure given the definition of the function is also present (not an expert). https://github.com/apache/arrow/blob/0b3cae41b7346130833e89c3272b526a33387978/cpp/src/arrow/util/small_vector.h#L258 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org