mirror of
https://github.com/google/benchmark.git
synced 2025-02-01 14:50:16 +08:00
Merge pull request #187 from insertinterestingnamehere/libcpp_include_fix
Fix missing include in map_test.cc
This commit is contained in:
commit
b2e7340875
@ -1,5 +1,6 @@
|
||||
#include "benchmark/benchmark.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user