Skip to content

Commit

Permalink
Include <utility> since we use std::exchange (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored Oct 23, 2024
1 parent fcf4b15 commit 52b672b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/kvikio/stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <kvikio/shim/cuda.hpp>
#include <kvikio/shim/cufile.hpp>
#include <tuple>
#include <utility>

namespace kvikio {

Expand Down

0 comments on commit 52b672b

Please sign in to comment.