Skip to content

Commit c9c2003

Browse files
authored
Include cstdint to build with GCC 13 (#517)
Signed-off-by: Angelo Elias Dal Zotto <[email protected]>
1 parent ec86532 commit c9c2003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler/src/ProfilerImpl.hh

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

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

2324
namespace ignition
2425
{

0 commit comments

Comments
 (0)