Skip to content

Commit 8e1506d

Browse files
committed
Add missing <vector> include
1 parent b986047 commit 8e1506d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bench/bench_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <boost/move/detail/nsec_clock.hpp>
1515
#include <boost/container/detail/workaround.hpp>
16+
#include <vector>
1617

1718
volatile int bench_utils_sink = 0;
1819

0 commit comments

Comments
 (0)