andishgar commented on code in PR #47586: URL: https://github.com/apache/arrow/pull/47586#discussion_r2410288201
########## cpp/src/arrow/tensor/converter.h: ########## @@ -20,6 +20,9 @@ #include "arrow/sparse_tensor.h" // IWYU pragma: export #include <memory> +#include <utility> + +#include "arrow/visit_type_inline.h" Review Comment: I could use a forward declaration and include these headers in the relevant translation unit, but it does not align with the Google C++ guideline of ` include what you use`. Is it okay to do that? -- 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]
