]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
checkpoint.h: Add missing includes <cstdint> 44/head
authorKhem Raj <raj.khem@gmail.com>
Wed, 25 Jan 2023 05:40:43 +0000 (21:40 -0800)
committerTim Serong <tserong@suse.com>
Mon, 20 Mar 2023 02:54:30 +0000 (13:54 +1100)
commit4357f042396b6f3f519289adfbd7a2edbc2cf6ff
tree86a3d8e33ea08e4e7600ecc59047819e325257d2
parent3f8347da1c7bc5968763575f07619f7362d29903
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