================ @@ -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