llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:30Yayu Wang included in Misc 2023-03-20 45 words One minute Contents Aur LLVM90 compilation errorerrorpatchAur LLVM90 compilation errorerror1 2 3 4 llvm-project/llvm/utils/benchmark/src/benchmark_register.h:17:30: error: 'numeric_limits' is not a member of 'std' 17 | static const T kmax = std::numeric_limits<T>::max(); | ^~~~~~~~~~~~~~patchllvm/utils/benchmark: add missing <limits> inclusion1 2 3 4 // /llvm-9.0.1.src/utils/benchmark/src/benchmark_register.h + #include <limits> #include <vector>