mirror of
https://github.com/google/benchmark.git
synced 2025-04-06 09:31:03 +08:00
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
Block a user