Repository: arrow
Updated Branches:
  refs/heads/master 0c8853f90 -> 8b70ab07c


ARROW-1507: [C++] Include arrow/array.h for arrow::internal::ArrayData

Author: Kouhei Sutou <k...@clear-code.com>

Closes #1072 from kou/cpp-fix-include-for-compute and squashes the following 
commits:

a17ea6f8 [Kouhei Sutou] [C++] Include arrow/array.h for 
arrow::internal::ArrayData


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/8b70ab07
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/8b70ab07
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/8b70ab07

Branch: refs/heads/master
Commit: 8b70ab07c33c68131e8bc68981fcb2f9c22f0bef
Parents: 0c8853f
Author: Kouhei Sutou <k...@clear-code.com>
Authored: Sat Sep 9 13:45:52 2017 -0400
Committer: Wes McKinney <wes.mckin...@twosigma.com>
Committed: Sat Sep 9 13:45:52 2017 -0400

----------------------------------------------------------------------
 cpp/src/arrow/compute/kernel.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/8b70ab07/cpp/src/arrow/compute/kernel.h
----------------------------------------------------------------------
diff --git a/cpp/src/arrow/compute/kernel.h b/cpp/src/arrow/compute/kernel.h
index c72d467..521421e 100644
--- a/cpp/src/arrow/compute/kernel.h
+++ b/cpp/src/arrow/compute/kernel.h
@@ -18,11 +18,10 @@
 #ifndef ARROW_COMPUTE_KERNEL_H
 #define ARROW_COMPUTE_KERNEL_H
 
-#include "arrow/util/visibility.h"
+#include "arrow/array.h"
 
 namespace arrow {
 
-class Array;
 using internal::ArrayData;
 
 namespace compute {

Reply via email to