[Openmp-commits] [openmp] 2b0d95f - [openmp] [test] Add missing <limits> include to capacity_nthreads

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


Author: Michał Górny
Date: 2021-07-06T20:39:53+02:00
New Revision: 2b0d95fb584e6d6409c57c84bd992f3d62b0eac6

URL: https://github.com/llvm/llvm-project/commit/2b0d95fb584e6d6409c57c84bd992f3d62b0eac6
DIFF: https://github.com/llvm/llvm-project/commit/2b0d95fb584e6d6409c57c84bd992f3d62b0eac6.diff

LOG: [openmp] [test] Add missing <limits> include to capacity_nthreads

Differential Revision: https://reviews.llvm.org/D105474

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp b/openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp
index a9d394f729e9c..b551318a72f3f 100644
--- a/openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp
+++ b/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[]) {


        


More information about the Openmp-commits mailing list