mirror of
https://github.com/google/benchmark.git
synced 2025-01-14 22:00:33 +08:00
Include cstdlib in map_test to make sure std::rand is available when
building with libc++.
This commit is contained in:
parent
e4ad1afa1f
commit
0dca953b13
@ -1,5 +1,6 @@
|
|||||||
#include "benchmark/benchmark.h"
|
#include "benchmark/benchmark.h"
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
Reference in New Issue
Block a user