[compiler-rt] [compiler-rt] Include missing headers for libFuzzer (PR #146828)

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 3 19:52:22 PDT 2025


================
@@ -11,6 +11,7 @@
 #ifndef LLVM_FUZZER_RANDOM_H
 #define LLVM_FUZZER_RANDOM_H
 
+#include <math.h>
----------------
petrhosek wrote:

```suggestion
#include <cmath>
```

https://github.com/llvm/llvm-project/pull/146828


More information about the llvm-commits mailing list