Skip to content

Commit c642814

Browse files
committed
Fix bot compilation eror 2
1 parent 502b70a commit c642814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_hsolver/kernels/test/perf_math_kernel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include <complex>
77
#include <benchmark/benchmark.h>
88
#include <iostream>
9-
#include <math.h>
10-
#include <stdlib.h>
9+
#include <cmath>
10+
#include <cstdlib>
1111
#include <chrono>
1212

1313
/************************************************

0 commit comments

Comments
 (0)