Include cstdlib in map_test to make sure std::rand is available when

building with libc++.
This commit is contained in:
Ian Henriksen 2016-02-24 12:31:31 -07:00
parent e4ad1afa1f
commit 0dca953b13

View File

@ -1,5 +1,6 @@
#include "benchmark/benchmark.h"
#include <cstdlib>
#include <map>
namespace {