Skip to content

Commit 2c5d2f4

Browse files
authored
fix: include algorithm header
This fixes `error: 'generate' is not a member of 'std'` with gcc-14.
1 parent 9acce06 commit 2c5d2f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/include/algorithms/random.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <algorithm>
34
#include <cstdint>
45
#include <functional>
56
#include <mutex>

0 commit comments

Comments
 (0)