Commit d2e56f9
authored
[VecOps] Add missing #include <limits> to RVec.hxx (root-project#11152)
The file uses std::numeric_limits, defined in <limits>. That header
is transitively included in most configurations, but for example not
when building with a recent libstdc++ (with less transitive includes)
and configuring with cxx14 and without VDT.1 parent 340d809 commit d2e56f9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments