Skip to content

Commit a5d215c

Browse files
committed
Add #include <utility> for platforms where std::exchange is not transitively included
1 parent 1f61946 commit a5d215c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/ComputeCxx/Vector/Vector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <concepts>
77
#include <iterator>
88
#include <memory>
9+
#include <utility>
910

1011
#include <platform/malloc.h>
1112

0 commit comments

Comments
 (0)