From 3e75283717245f62859c79f226117d6e6f27a6ae Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Tue, 22 Feb 2022 00:09:14 +0000 Subject: [PATCH] AP_Math: ftype: include float.h --- libraries/AP_Math/ftype.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Math/ftype.h b/libraries/AP_Math/ftype.h index 04cf0b5027..d2095df104 100644 --- a/libraries/AP_Math/ftype.h +++ b/libraries/AP_Math/ftype.h @@ -5,6 +5,7 @@ */ #include +#include /* capital F is used to denote the chosen float type (float or double)