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;