From 1d6b4e224235b2bc1c3c409cd8602f5cdb194678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germa=CC=81n=20Marque=CC=80s?= Date: Mon, 29 Apr 2024 11:28:31 +0200 Subject: [PATCH] Fix math header import --- src/erfa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/erfa.h b/src/erfa.h index 7506f3c..1e0a719 100644 --- a/src/erfa.h +++ b/src/erfa.h @@ -12,7 +12,7 @@ ** Derived, with permission, from the SOFA library. See notes at end of file. */ -#include "math.h" +#include #ifdef __cplusplus extern "C" {