Skip to content

Commit 854e5c5

Browse files
Replace #include <exception> with #include <stdexcept>
1 parent 25aff8e commit 854e5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/apis/include/dpctl4pybind11.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
#include "dpctl_capi.h"
2929
#include <complex>
30-
#include <exception>
3130
#include <memory>
3231
#include <pybind11/pybind11.h>
32+
#include <stdexcept>
3333
#include <sycl/sycl.hpp>
3434
#include <utility>
3535
#include <vector>

0 commit comments

Comments
 (0)