Skip to content

Commit ec86532

Browse files
authored
Fix missing cstdint header in latest gcc build (#513)
Signed-off-by: Zaidhaan Hussain <[email protected]>
1 parent d6024ce commit ec86532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler/src/RemoteryProfilerImpl.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define GZ_COMMON_REMOTERYPROFILERIMPL_HH_
2020

2121
#include <string>
22+
#include <cstdint>
2223

2324
#include "RemoteryConfig.h"
2425
#include "Remotery.h"

0 commit comments

Comments
 (0)