[PATCH] D83237: [flang] Add missing include for std::min

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 6 13:03:28 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1b183918184e: [flang] Add missing include for std::min (authored by tskeith).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83237/new/

https://reviews.llvm.org/D83237

Files:
  flang/runtime/file.cpp


Index: flang/runtime/file.cpp
===================================================================
--- flang/runtime/file.cpp
+++ flang/runtime/file.cpp
@@ -9,6 +9,7 @@
 #include "file.h"
 #include "magic-numbers.h"
 #include "memory.h"
+#include <algorithm>
 #include <cerrno>
 #include <cstring>
 #include <fcntl.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83237.275813.patch
Type: text/x-patch
Size: 317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200706/7439ce16/attachment.bin>


More information about the llvm-commits mailing list