Skip to content

Commit 1243852

Browse files
authored
Missing cstdint header to use uint32_t with gcc-13 (#528)
Signed-off-by: Jose Luis Rivero <[email protected]>
1 parent 60b1fdd commit 1243852

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
@@ -18,6 +18,7 @@
1818
#ifndef GZ_COMMON_PROFILERIMPL_HH_
1919
#define GZ_COMMON_PROFILERIMPL_HH_
2020

21+
#include <cstdint>
2122
#include <string>
2223

2324
namespace ignition

0 commit comments

Comments
 (0)