Skip to content

Commit

Permalink
ORC-1549: [C++] Update libhdfspp.tar.gz by adding #include <cstdint>
Browse files Browse the repository at this point in the history
### 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
dongjoon-hyun committed Dec 7, 2023
1 parent 54e28b0 commit fede95d
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified c++/libs/libhdfspp/libhdfspp.tar.gz
Binary file not shown.

0 comments on commit fede95d

Please sign in to comment.