Skip to content

Commit 44661ba

Browse files
committed
add missing includes to rich_comparisons
1 parent 365c3b4 commit 44661ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424

2525
#pragma once
2626

27-
#include "sycl/sycl.hpp"
27+
#include <cmath>
28+
#include <complex>
2829
#include <type_traits>
2930

31+
#include "sycl/sycl.hpp"
32+
3033
namespace dpctl
3134
{
3235
namespace tensor

0 commit comments

Comments
 (0)