Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What changes were proposed in this pull request? This PR aims to add `#include <cstdint>` to `libhdfspp.tar.gz`. ``` $ diff -r before after diff --color -r /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/content_summary.h ./tmp/include/hdfspp/content_summary.h 20a21 > #include <cstdint> diff --color -r /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/fsinfo.h ./tmp/include/hdfspp/fsinfo.h 20a21 > #include <cstdint> diff --color -r /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/statinfo.h ./tmp/include/hdfspp/statinfo.h 20a21 > #include <cstdint> diff --color -r /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/uri.h ./tmp/include/hdfspp/uri.h 21a22 > #include <cstdint> ``` ### Why are the changes needed? To fix a compilation error in `GNU C/CXX compiler: 13.2.0` environment. ### How was this patch tested? Manually compile with `GNU C/CXX compiler: 13.2.0`. Closes #1685 from dongjoon-hyun/ORC-1549. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information