Skip to content

Commit

Permalink
[openmp] [test] Add missing <limits> include to capacity_nthreads
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D105474
  • Loading branch information
mgorny committed Jul 6, 2021
1 parent be0924a commit 2b0d95f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <algorithm>
#include <cassert>
#include <limits>
#include <vector>

int main(int argc, char *argv[]) {
Expand Down

0 comments on commit 2b0d95f

Please sign in to comment.