You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/09/26 18:03:17 UTC

orc git commit: ORC-239. Install missing Statistics.hh header file.

Repository: orc
Updated Branches:
  refs/heads/master 25b105ae1 -> c15108310


ORC-239. Install missing Statistics.hh header file.

Fixes #168

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/master
Commit: c1510831033868f6c6fd62ad2ef9d202d7adf514
Parents: 25b105a
Author: Hasan Alayli <ha...@gmail.com>
Authored: Sat Sep 16 06:32:40 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue Sep 26 10:41:48 2017 -0700

----------------------------------------------------------------------
 c++/include/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/c1510831/c++/include/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/c++/include/CMakeLists.txt b/c++/include/CMakeLists.txt
index 901d6b2..bd32f7b 100644
--- a/c++/include/CMakeLists.txt
+++ b/c++/include/CMakeLists.txt
@@ -80,5 +80,6 @@ install(FILES
   "orc/Reader.hh"
   "orc/Type.hh"
   "orc/Vector.hh"
+  "orc/Statistics.hh"
   DESTINATION "include/orc"
   )