Skip to content

Commit c81e8a3

Browse files
authored
Update Utils.hpp
Include math.h header file to compile with 2025.2 release.
1 parent 9749aab commit c81e8a3

File tree

1 file changed

+1
-0
lines changed
  • DirectProgramming/C++SYCL/Jupyter/C++-to-sycl-migration/src

1 file changed

+1
-0
lines changed

DirectProgramming/C++SYCL/Jupyter/C++-to-sycl-migration/src/Utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#pragma once
88

9+
#include <math.h>
910
#include <sycl/sycl.hpp>
1011
#include <iostream>
1112

0 commit comments

Comments
 (0)