Skip to content

Commit 9e2049d

Browse files
committed
Fix: #include <span>
1 parent 9224d6a commit 9e2049d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

less_slow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3292,6 +3292,7 @@ struct graph_flat_set_t {
32923292

32933293
#include <cassert> // `assert`
32943294
#include <random> // `std::mt19937_64`
3295+
#include <span> // `std::span`
32953296

32963297
/**
32973298
* @brief Generates a Watts-Strogatz small-world graph forming a ring lattice

0 commit comments

Comments
 (0)