Skip to content

Commit 418d865

Browse files
Add include <stdexcept> for std::runtime_error, reordered headers
1 parent 3e2142e commit 418d865

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dpctl/tensor/libtensor/source/clip.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@
2323
/// dpctl.tensor.clip
2424
//===----------------------------------------------------------------------===//
2525

26-
#include "dpctl4pybind11.hpp"
2726
#include <complex>
2827
#include <cstdint>
28+
#include <stdexcept>
29+
#include <sycl/sycl.hpp>
30+
#include <utility>
31+
32+
#include "dpctl4pybind11.hpp"
2933
#include <pybind11/complex.h>
3034
#include <pybind11/pybind11.h>
3135
#include <pybind11/stl.h>
32-
#include <sycl/sycl.hpp>
33-
#include <utility>
3436

3537
#include "clip.hpp"
3638
#include "kernels/clip.hpp"

0 commit comments

Comments
 (0)