Skip to content

Commit afdce15

Browse files
authored
fix build error when microbenchmarking is enabled (#729)
1 parent 1d5ed45 commit afdce15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

microbenchmarks/synthetic_bench.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <benchmark/benchmark.h>
22
#include <random>
33
#include <set>
4+
#include <array>
45

56
#include "performancecounters/event_counter.h"
67
#include "roaring/roaring64.h"

0 commit comments

Comments
 (0)