mirror of https://github.com/ArduPilot/ardupilot
AP_Math: ftype: include float.h
This commit is contained in:
parent
9ec8bb17b2
commit
3e75283717
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <float.h>
|
||||
|
||||
/*
|
||||
capital F is used to denote the chosen float type (float or double)
|
||||
|
|
Loading…
Reference in New Issue