From 1d7aeaf72aa4d1ee589cf6275196ef3f98f27f97 Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Tue, 12 Sep 2017 10:43:09 -0400 Subject: [PATCH] Install arrow/util/parallel.h Change-Id: I397e247e2ca1d6088830eb9fc8110ba2f76ca9bf --- cpp/src/arrow/util/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/util/CMakeLists.txt b/cpp/src/arrow/util/CMakeLists.txt index 44be1c92ae6..1178c658c48 100644 --- a/cpp/src/arrow/util/CMakeLists.txt +++ b/cpp/src/arrow/util/CMakeLists.txt @@ -37,6 +37,7 @@ install(FILES key_value_metadata.h logging.h macros.h + parallel.h random.h rle-encoding.h sse-util.h