Skip to content

Commit 1b18391

Browse files
committed
[flang] Add missing include for std::min
This was causing the build to fail on macos. Differential Revision: https://reviews.llvm.org/D83237
1 parent f987ba3 commit 1b18391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/runtime/file.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "file.h"
1010
#include "magic-numbers.h"
1111
#include "memory.h"
12+
#include <algorithm>
1213
#include <cerrno>
1314
#include <cstring>
1415
#include <fcntl.h>

0 commit comments

Comments
 (0)