Skip to content

Commit 0899a07

Browse files
Add include <stdexcept>
1 parent 610d88d commit 0899a07

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
@@ -24,6 +24,7 @@
2424

2525
#include <algorithm>
2626
#include <numeric>
27+
#include <stdexcept>
2728
#include <utility>
2829
#include <vector>
2930

0 commit comments

Comments
 (0)