Skip to content

Commit e9f044a

Browse files
authored
[scudo] Add missing header in combined_test (#66449)
It uses `T max( std::initializer_list<T> ilist )` which may not be included in the build path in some build systems.
1 parent e575b7c commit e9f044a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "combined.h"
1515
#include "mem_map.h"
1616

17+
#include <algorithm>
1718
#include <condition_variable>
1819
#include <memory>
1920
#include <mutex>

0 commit comments

Comments
 (0)