Skip to content

Commit

Permalink
Fix missing cstdint header in latest gcc build (#513)
Browse files Browse the repository at this point in the history
Signed-off-by: Zaidhaan Hussain <[email protected]>
  • Loading branch information
zaidhaan authored May 22, 2023
1 parent d6024ce commit ec86532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiler/src/RemoteryProfilerImpl.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define GZ_COMMON_REMOTERYPROFILERIMPL_HH_

#include <string>
#include <cstdint>

#include "RemoteryConfig.h"
#include "Remotery.h"
Expand Down

0 comments on commit ec86532

Please sign in to comment.