]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
checkpoint.h: Add missing includes <cstdint> ceph-umbrella ceph-umbrella-v7.10.2
authorKhem Raj <raj.khem@gmail.com>
Wed, 25 Jan 2023 05:40:43 +0000 (21:40 -0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 28 May 2026 11:14:33 +0000 (19:14 +0800)
commit0bd97e703ec62ad602717482508b08dd91baa8f5
treee63045c4bf1670639aaa23b62ffd1e79bb841ae0
parent3b51a01571bffff1eb0c7bf63a0b74ad383cbb8b
checkpoint.h: Add missing includes <cstdint>

It uses uint64_t and it comes from <cstdint>
This is needed with GCC 13 and newer [1]

[1] https://www.gnu.org/software/gcc/gcc-13/porting_to.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 31012cdfa435d9203da3c3de8127b66bf018692a)
include/rocksdb/utilities/checkpoint.h