diff --git a/compiler-rt/lib/profile/InstrProfilingUtil.c b/compiler-rt/lib/profile/InstrProfilingUtil.c index 4fa792b72eac8..062727faf7e7d 100644 --- a/compiler-rt/lib/profile/InstrProfilingUtil.c +++ b/compiler-rt/lib/profile/InstrProfilingUtil.c @@ -34,6 +34,7 @@ #endif #if defined(__Fuchsia__) +#include #include #endif