Skip to content

Commit 82412f0

Browse files
committed
added missing format header in randomization.cpp
1 parent 700867a commit 82412f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/randomization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <regex>
55
#include <map>
66
#include <array>
7-
#include <algorithm>
87
#include <iterator>
8+
#include <format>
99

1010
#include <oryx/chron/time_types.hpp>
1111
#include <oryx/chron/data.hpp>

0 commit comments

Comments
 (0)