GitHub user omalley opened a pull request:
https://github.com/apache/orc/pull/281
ORC-375: Update libhdfs to compile with gcc7.
This changes the code in the libhdfs tarball, but we need this change
applied upstream.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omalley/orc orc-375
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/281.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 #281
----
commit 497f8698f53148ed2cd7e7753a3d9e31e4e13389
Author: Owen O'Malley <omalley@...>
Date: 2018-06-06T05:17:16Z
ORC-375: Fix libhdfs on gcc7 by adding #include <functional> two places.
----
---