Skip to content

Commit dd1bad3

Browse files
Replace include exception with include stdexcept
1 parent 98d883e commit dd1bad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/source/copy_numpy_ndarray_into_usm_ndarray.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//===----------------------------------------------------------------------===//
2424

2525
#include <algorithm>
26-
#include <exception>
26+
#include <stdexcept>
2727
#include <sycl/sycl.hpp>
2828
#include <vector>
2929

0 commit comments

Comments
 (0)