mirror of https://github.com/google/benchmark.git
Added include of cstdlib needed for strtol, strtod and getenv.
This commit is contained in:
parent
f7022075e0
commit
aecd746691
|
@ -17,6 +17,7 @@
|
|||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace benchmark {
|
||||
// Parses 'str' for a 32-bit signed integer. If successful, writes
|
||||
|
|
Loading…
Reference in New Issue