Skip to content

Commit bb5c69d

Browse files
antonwolfyoleksandr-pavlyk
authored andcommitted
Add missing include to math_utils.hpp
1 parent 3976d5c commit bb5c69d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tensor/libtensor/include/utils/math_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#pragma once
2626
#include <cmath>
2727
#include <complex>
28+
#include <sycl/sycl.hpp>
2829

2930
namespace dpctl
3031
{

0 commit comments

Comments
 (0)