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/cimagl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libm/cimagl.c') diff --git a/lib/libm/cimagl.c b/lib/libm/cimagl.c index 5e63ab5d..553f7da1 100644 --- a/lib/libm/cimagl.c +++ b/lib/libm/cimagl.c @@ -1,4 +1,6 @@ -#include "__complex.h" +#include "__complex.h" // for IMAG_PART, long_double_complex + +#include // for cimagl, complex long double cimagl(long double complex z) { -- cgit v1.2.3