mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 20:40:21 +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 <cstdlib>
|
||||
#include <map>
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user