Skip to content

Commit 1e25bfd

Browse files
committed
Fix missing <array> include
1 parent 0261e0f commit 1e25bfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks.cc

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 <vector>
4+
#include <array>
45
#include "vapid/soa.h"
56

67
using Id = unsigned short;

0 commit comments

Comments
 (0)