Skip to content

Commit 800da2b

Browse files
authored
[SYCL][ESIMD][E2E] Include cmath in srnd.cpp (#13336)
We didn't catch this in CI because it's a PVC only test. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 33102b6 commit 800da2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/ESIMD/srnd.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <sycl/ext/intel/esimd.hpp>
1515
#include <sycl/sycl.hpp>
1616

17+
#include <cmath>
1718
#include <iostream>
1819

1920
using namespace sycl;

0 commit comments

Comments
 (0)