Skip to content

Commit abcaac1

Browse files
committed
Add algorithm-include needed for std::max
Follow-up to rG719557269e9f5
1 parent da8778e commit abcaac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/ADT/SmallPtrSet.h

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "llvm/Support/MathExtras.h"
2121
#include "llvm/Support/ReverseIteration.h"
2222
#include "llvm/Support/type_traits.h"
23+
#include <algorithm>
2324
#include <cassert>
2425
#include <cstddef>
2526
#include <cstdlib>

0 commit comments

Comments
 (0)