From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libm/erf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/erf.c') diff --git a/lib/libm/erf.c b/lib/libm/erf.c index 4a096387..e95fb98c 100644 --- a/lib/libm/erf.c +++ b/lib/libm/erf.c @@ -103,7 +103,10 @@ * erfc/erf(NaN) is NaN */ -#include "libm.h" +#include "libm.h" // for GET_HIGH_WORD, SET_LOW_WORD + +#include // for double_t, exp, fabs, erf, erfc +#include // for uint32_t static const double erx = 8.45062911510467529297e-01, /* 0x3FEB0AC1, 0x60000000 */ -- cgit v1.2.3