From 8fa1acb141acd1ea8607b376fc17d5c0b3b4e102 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 4 Jul 2012 13:59:23 +1000 Subject: [PATCH] AP_Math: add include of math.h this is needed for location.cpp --- libraries/AP_Math/AP_Math.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Math/AP_Math.h b/libraries/AP_Math/AP_Math.h index 0e4f546411..7fb07c604d 100644 --- a/libraries/AP_Math/AP_Math.h +++ b/libraries/AP_Math/AP_Math.h @@ -13,6 +13,7 @@ #include "matrix3.h" #include "quaternion.h" #include "polygon.h" +#include // define AP_Param types AP_Vector3f and Ap_Matrix3f AP_PARAMDEFV(Matrix3f, Matrix3f, AP_PARAM_MATRIX3F);