[Openmp-commits] [PATCH] D105474: [openmp] [test] Add missing <limits> include to capacity_nthreads

Michał Górny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 6 11:40:17 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2b0d95fb584e: [openmp] [test] Add missing <limits> include to capacity_nthreads (authored by mgorny).
Herald added a project: OpenMP.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105474

Files:
  openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp


Index: openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp
===================================================================
--- openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp
+++ openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp
@@ -4,6 +4,7 @@
 
 #include <algorithm>
 #include <cassert>
+#include <limits>
 #include <vector>
 
 int main(int argc, char *argv[]) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105474.356792.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210706/228aa3b1/attachment.bin>


More information about the Openmp-commits mailing list