Skip to content

Commit 58420b7

Browse files
thotzfacebook-github-bot
authored andcommitted
include cstdint to trace_record.h (#13651)
Summary: There are compilation errors on gcc 15 in fedora 42 while compiling ceph. This is similar to PR #13573. Pull Request resolved: #13651 Reviewed By: jaykorean Differential Revision: D76062855 Pulled By: cbi42 fbshipit-source-id: d213debbda39fdfac01641daa567687fc104d260
1 parent 945fcbe commit 58420b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rocksdb/trace_record.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#pragma once
77

8+
#include <cstdint>
89
#include <memory>
910
#include <string>
1011
#include <vector>

0 commit comments

Comments
 (0)