Commit 188e827
authored
Add missing type_traits include to benchmark_register.h (#2076)
The file uses std::is_signed, which is in <type_traits>.
Without this, this file won't build after https://llvm.org/PR1683341 parent 9458f54 commit 188e827
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments