GitHub user jcrist opened a pull request:
https://github.com/apache/orc/pull/185
ORC-261: [C++] Fix installation to include all header files
Addresses [issue
261](https://issues.apache.org/jira/projects/ORC/issues/ORC-261).
- Fixes installation to include all necessary header files in `include/orc`
- Removes a few unnecessary includes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jcrist/orc fix-install-includes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/185.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #185
----
commit 92200217641d645cd382f0cab5c8ffc33e62e5b7
Author: Jim Crist <[email protected]>
Date: 2017-11-01T22:20:00Z
Fix installation to include all header files
- Fixes installation to include all necessary header files in
`include/orc`
- Removes a few unnecessary includes
----
---