Skip to content

Commit 0d8b29f

Browse files
committed
add missing <utility> include header
1 parent 8e1b5f4 commit 0d8b29f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/oryx/chron/data.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <vector>
1010
#include <array>
1111
#include <span>
12+
#include <utility>
1213

1314
#include <oryx/chron/time_types.hpp>
1415
#include <oryx/chron/details/string_split.hpp>

0 commit comments

Comments
 (0)