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/llroundl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libm/llroundl.c') diff --git a/lib/libm/llroundl.c b/lib/libm/llroundl.c index 2c2ee5ec..e344aa08 100644 --- a/lib/libm/llroundl.c +++ b/lib/libm/llroundl.c @@ -1,4 +1,4 @@ -#include +#include // for llroundl, roundl long long llroundl(long double x) { -- cgit v1.2.3