Skip to content

Commit 779083c

Browse files
Update dpctl/tensor/libtensor/source/copy_as_contig.cpp
Add include <stdexcept> Co-authored-by: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com>
1 parent 610d88d commit 779083c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tensor/libtensor/source/copy_as_contig.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <algorithm>
2626
#include <numeric>
2727
#include <utility>
28+
#include <stdexcept>
2829
#include <vector>
2930

3031
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)