[Openmp-commits] [PATCH] D105403: [OpenMP][iwyu] explicitly includes `<algorithm>` in CUDA rtl.cpp
Christopher Di Bella via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 22 11:39:26 PDT 2021
cjdb updated this revision to Diff 360909.
cjdb added a comment.
rebases to activate CI: will merge as soon as it's green
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105403/new/
https://reviews.llvm.org/D105403
Files:
openmp/libomptarget/plugins/cuda/src/rtl.cpp
Index: openmp/libomptarget/plugins/cuda/src/rtl.cpp
===================================================================
--- openmp/libomptarget/plugins/cuda/src/rtl.cpp
+++ openmp/libomptarget/plugins/cuda/src/rtl.cpp
@@ -10,6 +10,7 @@
//
//===----------------------------------------------------------------------===//
+#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cuda.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105403.360909.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210722/d9f186fb/attachment.bin>
More information about the Openmp-commits
mailing list