mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Math: quaternion requires isnan, so include math.h to get it
This commit is contained in:
parent
493f958eb2
commit
20d22f3629
@ -21,6 +21,7 @@
|
||||
#if MATH_CHECK_INDEXES
|
||||
#include <assert.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
class Quaternion {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user