Skip to content

Commit 4fc4a3a

Browse files
authored
Merge pull request #844 from melvinw/master
utils/cuckoo_map_test: add missing imports
2 parents a74bdc1 + d2ac878 commit 4fc4a3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/utils/cuckoo_map_test.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929

3030
#include "cuckoo_map.h"
3131

32+
#include <map>
33+
#include <unordered_map>
34+
#include <vector>
35+
3236
#include <gtest/gtest.h>
3337

3438
#include "random.h"

0 commit comments

Comments
 (0)