Skip to content

Commit 3737c7f

Browse files
atetuboupetrhosek
andauthored
Update compiler-rt/lib/fuzzer/FuzzerRandom.h
Co-authored-by: Petr Hosek <[email protected]>
1 parent 7fadb90 commit 3737c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/fuzzer/FuzzerRandom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#ifndef LLVM_FUZZER_RANDOM_H
1212
#define LLVM_FUZZER_RANDOM_H
1313

14-
#include <math.h>
14+
#include <cmath>
1515
#include <random>
1616

1717
namespace fuzzer {

0 commit comments

Comments
 (0)