[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:
Isuru Fernando 2019-11-22 15:54:36 -06:00 committed by Steve Scalpone
parent bc98aaad7e
commit fe7e36d46c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
// the half-open interval [x .. x+n).
#include "idioms.h"
#include <algorithm>
#include <cstddef>
#include <utility>