AP_Math: add include of math.h

this is needed for location.cpp
This commit is contained in:
Andrew Tridgell 2012-07-04 13:59:23 +10:00
parent 35b73b9d01
commit 8fa1acb141
1 changed files with 1 additions and 0 deletions

View File

@ -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);