commit | 0dca953b135d967d1a8d3271718d9729ec026280 | [log] [tgz] |
---|---|---|
author | Ian Henriksen <insertinterestingnamehere@gmail.com> | Wed Feb 24 12:31:31 2016 -0700 |
committer | Ian Henriksen <insertinterestingnamehere@gmail.com> | Wed Feb 24 12:31:31 2016 -0700 |
tree | 9665160a786fdc7363bd570ec142a478884e1946 | |
parent | e4ad1afa1f3cb6ba60704878d4964a31784477dc [diff] |
Include cstdlib in map_test to make sure std::rand is available when building with libc++.
diff --git a/test/map_test.cc b/test/map_test.cc index 58399c1..5eccf8d 100644 --- a/test/map_test.cc +++ b/test/map_test.cc
@@ -1,5 +1,6 @@ #include "benchmark/benchmark.h" +#include <cstdlib> #include <map> namespace {