From ec86532d6910e8e9068bc9425fb4374fdd00cbc7 Mon Sep 17 00:00:00 2001 From: Zaidhaan Date: Mon, 22 May 2023 21:42:35 +0800 Subject: [PATCH] Fix missing cstdint header in latest gcc build (#513) Signed-off-by: Zaidhaan Hussain --- profiler/src/RemoteryProfilerImpl.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/profiler/src/RemoteryProfilerImpl.hh b/profiler/src/RemoteryProfilerImpl.hh index 90acd261f..bbb4b89bb 100644 --- a/profiler/src/RemoteryProfilerImpl.hh +++ b/profiler/src/RemoteryProfilerImpl.hh @@ -19,6 +19,7 @@ #define GZ_COMMON_REMOTERYPROFILERIMPL_HH_ #include +#include #include "RemoteryConfig.h" #include "Remotery.h"