From 17fbb8ea26d776dbfcb4b8d9a3963d79eb0cc78a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 21 Mar 2012 09:06:48 +1100 Subject: [PATCH] Math: fixed the build of the eulers test in SITL --- libraries/AP_Math/examples/eulers/eulers.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Math/examples/eulers/eulers.pde b/libraries/AP_Math/examples/eulers/eulers.pde index 3614e472a9..1c7cb4825c 100644 --- a/libraries/AP_Math/examples/eulers/eulers.pde +++ b/libraries/AP_Math/examples/eulers/eulers.pde @@ -22,6 +22,7 @@ FastSerialPort(Serial, 0); #include #include #include +#include Arduino_Mega_ISR_Registry isr_registry; AP_Baro_BMP085_HIL barometer; AP_Compass_HIL compass;