wjones127 commented on a change in pull request #166:
URL: https://github.com/apache/arrow-cookbook/pull/166#discussion_r831372747
##########
File path: cpp/code/basic_arrow.cc
##########
@@ -18,6 +18,12 @@
#include <arrow/api.h>
#include <gtest/gtest.h>
+#include <random>
+
+#include "arrow/array.h"
+#include "arrow/type.h"
+#include "arrow/type_traits.h"
+#include "arrow/visit_array_inline.h"
Review comment:
Okay I tested this and the only one I actually needed was `#include
"arrow/visit_array_inline.h"`. I've mentioned that we should add this to the
API here https://issues.apache.org/jira/browse/ARROW-15975
--
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]