From 01387a15530a6152b038bcde44f87053b7ac9ec7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 29 Aug 2013 15:05:48 +1000 Subject: [PATCH] AP_Motors: fixed examples build --- libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde b/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde index 9a2663d87d..f7d22ca9ea 100644 --- a/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde +++ b/libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.pde @@ -12,6 +12,7 @@ #include // RC Channel Library #include #include +#include #include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;