diff --git a/libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.pde b/libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.pde index 9bdfa421d1..0686019cdc 100644 --- a/libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.pde +++ b/libraries/AP_Notify/examples/AP_Notify_test/AP_Notify_test.pde @@ -14,7 +14,9 @@ #include #include // Notify library #include // Board LED library +#include #include +#include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; diff --git a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde index 79d5229edf..3d300b02be 100644 --- a/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde +++ b/libraries/AP_Notify/examples/ToshibaLED_test/ToshibaLED_test.pde @@ -32,6 +32,7 @@ #include #include #include +#include const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;