[flang] Add missing include <algorithm> for std::max (flang-compiler/f18#1028)
Original-commit: flang-compiler/f18@0e32eebf7f Reviewed-on: https://github.com/flang-compiler/f18/pull/1028
This commit is contained in:
parent
e94ee41ec2
commit
5dfd2b06d4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "numeric-output.h"
|
||||
#include "flang/Common/unsigned-const-division.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace Fortran::runtime::io {
|
||||
|
||||
|
|
Loading…
Reference in a new issue