From 72a761170bc8916bcd45c67d1d1016d8df7691ab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 11 Mar 2012 23:17:39 +1100 Subject: [PATCH] Math: fixed build of eulers test on SITL --- libraries/AP_Math/examples/eulers/eulers.pde | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/AP_Math/examples/eulers/eulers.pde b/libraries/AP_Math/examples/eulers/eulers.pde index 620b6d60f3..5d91e916da 100644 --- a/libraries/AP_Math/examples/eulers/eulers.pde +++ b/libraries/AP_Math/examples/eulers/eulers.pde @@ -17,6 +17,8 @@ FastSerialPort(Serial, 0); #include #include #include +#include +#include #include #include #include