mirror of https://github.com/ArduPilot/ardupilot
AP_Math: add include of math.h
this is needed for location.cpp
This commit is contained in:
parent
35b73b9d01
commit
8fa1acb141
|
@ -13,6 +13,7 @@
|
|||
#include "matrix3.h"
|
||||
#include "quaternion.h"
|
||||
#include "polygon.h"
|
||||
#include <math.h>
|
||||
|
||||
// define AP_Param types AP_Vector3f and Ap_Matrix3f
|
||||
AP_PARAMDEFV(Matrix3f, Matrix3f, AP_PARAM_MATRIX3F);
|
||||
|
|
Loading…
Reference in New Issue