Commit aecd7466 by Anton Danielsson

Added include of cstdlib needed for strtol, strtod and getenv.

parent f7022075
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment