Skip to content

Commit 7b83947

Browse files
author
Jason G. Tong
committed
Inserting <cmath> header
1 parent f0d3ab6 commit 7b83947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easywave/SYCL/src/ewCudaKernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "ewCudaKernels.hpp"
1414
#include "ewGpuNode.hpp"
1515
#include <sycl.hpp>
16+
#include <cmath>
1617

1718
SYCL_EXTERNAL __attribute__((always_inline)) void waveUpdate(KernelData data, sycl::nd_item<2> item_ct1)
1819
{

0 commit comments

Comments
 (0)