Skip to content

Commit d0d3e6f

Browse files
committed
MAINT Include tuple in 'utils/strided_iters.hpp'
This include directive seems to have been forgotten and it is impossible for me to compile dpctl without it.
1 parent 8506b90 commit d0d3e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tensor/libtensor/include/utils/strided_iters.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <array>
3131
#include <numeric> // std::iota
3232
#include <vector>
33+
#include <tuple>
3334

3435
/* An N-dimensional array can be stored in a single
3536
* contiguous chunk of memory by contiguously laying

0 commit comments

Comments
 (0)