felipecrv commented on code in PR #36891: URL: https://github.com/apache/arrow/pull/36891#discussion_r1434507465
########## cpp/src/arrow/type_traits.h: ########## @@ -22,7 +22,9 @@ #include <type_traits> #include <vector> +#include "arrow/array/data.h" Review Comment: This is a sign some of the types being used here haven't been forward-declared in `type_fwd.h` -- 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]
