forked from OSchip/llvm-project
[flang] Need algorithm for std::min (flang-compiler/f18#837)
Original-commit: flang-compiler/f18@d20a79cdd9 Reviewed-on: https://github.com/flang-compiler/f18/pull/837
This commit is contained in:
parent
bc98aaad7e
commit
fe7e36d46c
|
@ -19,6 +19,7 @@
|
|||
// the half-open interval [x .. x+n).
|
||||
|
||||
#include "idioms.h"
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Reference in New Issue