Skip to content

Commit 4961bb4

Browse files
committed
[gwp_asan] Add missing <algorithm> include
After https://reviews.llvm.org/D119667, <algorithm> is no longer transitively included from various headers. This patch adds the <algorithm> include into gwp_asan. Differential Revision: https://reviews.llvm.org/D120172
1 parent 3d728ef commit 4961bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/gwp_asan/tests/iterate.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "gwp_asan/tests/harness.h"
1010

11+
#include <algorithm>
1112
#include <set>
1213
#include <vector>
1314

0 commit comments

Comments
 (0)