From 0dca953b135d967d1a8d3271718d9729ec026280 Mon Sep 17 00:00:00 2001 From: Ian Henriksen Date: Wed, 24 Feb 2016 12:31:31 -0700 Subject: [PATCH] Include cstdlib in map_test to make sure std::rand is available when building with libc++. --- test/map_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/map_test.cc b/test/map_test.cc index 58399c1c..5eccf8d3 100644 --- a/test/map_test.cc +++ b/test/map_test.cc @@ -1,5 +1,6 @@ #include "benchmark/benchmark.h" +#include #include namespace {