From 4961bb477d0526a7b965609cd42d44caa8413d45 Mon Sep 17 00:00:00 2001 From: Gulfem Savrun Yeniceri Date: Sat, 19 Feb 2022 01:05:38 +0000 Subject: [PATCH] [gwp_asan] Add missing include After https://reviews.llvm.org/D119667, is no longer transitively included from various headers. This patch adds the include into gwp_asan. Differential Revision: https://reviews.llvm.org/D120172 --- compiler-rt/lib/gwp_asan/tests/iterate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/gwp_asan/tests/iterate.cpp b/compiler-rt/lib/gwp_asan/tests/iterate.cpp index 2b8635d5b36d..49953f33abf8 100644 --- a/compiler-rt/lib/gwp_asan/tests/iterate.cpp +++ b/compiler-rt/lib/gwp_asan/tests/iterate.cpp @@ -8,6 +8,7 @@ #include "gwp_asan/tests/harness.h" +#include #include #include