From 4d3f714a5da16135cd7bbd7091667508efa7baa2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 15 Feb 2014 06:40:39 +1100 Subject: [PATCH] AP_Notify: fixed example build --- .../AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde index af3fae4f7a..36871da76c 100644 --- a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde +++ b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde @@ -21,6 +21,12 @@ #include #include // Notify library #include +#include +#include +#include +#include +#include +#include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;