Skip to content

Commit

Permalink
Missing cstdint header to use uint32_t with gcc-13 (#528)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero authored Aug 10, 2023
1 parent 60b1fdd commit 1243852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiler/src/ProfilerImpl.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef GZ_COMMON_PROFILERIMPL_HH_
#define GZ_COMMON_PROFILERIMPL_HH_

#include <cstdint>
#include <string>

namespace ignition
Expand Down

0 comments on commit 1243852

Please sign in to comment.