diff options
author | Sergei Trofimovich <slyich@gmail.com> | 2022-12-01 02:47:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 18:47:10 -0800 |
commit | 7e00b754f0c15dc0b847675852e3c76eceff803a (patch) | |
tree | 4f09f5b16ea524501f9a8557c57eee742cb1355c /CMakeLists.txt | |
parent | cf89d1e75625ed46fdf365b1d691ddfaf586f0c0 (diff) | |
download | flatbuffers-7e00b754f0c15dc0b847675852e3c76eceff803a.tar.gz flatbuffers-7e00b754f0c15dc0b847675852e3c76eceff803a.tar.bz2 flatbuffers-7e00b754f0c15dc0b847675852e3c76eceff803a.zip |
tests/reflection_test.h: add missing <stdint.h> include (#7680)
Without the change build fails on weekly `gcc-13` snapshots as:
In file included from /build/flatbuffers/tests/reflection_test.cpp:1:
tests/reflection_test.h:9:57: error: 'uint8_t' has not been declared
9 | void ReflectionTest(const std::string& tests_data_path, uint8_t *flatbuf, size_t length);
| ^~~~~~~
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions