Skip to content

Commit 3d728ef

Browse files
committed
[scudo] 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 scudo. Differential Revision: https://reviews.llvm.org/D120171
1 parent 70aa111 commit 3d728ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/scudo/standalone/tests/secondary_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "allocator_config.h"
1313
#include "secondary.h"
1414

15+
#include <algorithm>
1516
#include <condition_variable>
1617
#include <memory>
1718
#include <mutex>

0 commit comments

Comments
 (0)