Skip to content

Commit d05ef0c

Browse files
Add include <stdexcept> for std::runtime_error, reordered headers
1 parent 2c85c6e commit d05ef0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

dpctl/tensor/libtensor/source/elementwise_functions/elementwise_functions.hpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
//===----------------------------------------------------------------------===//
2525
#pragma once
2626

27+
#include <stdexcept>
28+
#include <sycl/sycl.hpp>
29+
#include <utility>
30+
#include <vector>
31+
2732
#include "dpctl4pybind11.hpp"
2833
#include <pybind11/numpy.h>
2934
#include <pybind11/pybind11.h>
3035
#include <pybind11/stl.h>
31-
#include <sycl/sycl.hpp>
32-
#include <utility>
33-
#include <vector>
3436

3537
#include "elementwise_functions_type_utils.hpp"
3638
#include "kernels/alignment.hpp"

0 commit comments

Comments
 (0)