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

This commit is contained in:
Anton Danielsson 2015-10-05 09:20:37 +02:00
parent f7022075e0
commit aecd746691
1 changed files with 1 additions and 0 deletions

View File

@ -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