diff --git a/libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde b/libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde index f5800c81f8..9bc794ed63 100644 --- a/libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde +++ b/libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde @@ -22,6 +22,7 @@ #include // PID library #include // RC Channel Library #include // AP Motors library +#include #include // Range finder library #include // Optical Flow library #include // Filter library diff --git a/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde b/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde index 52453d4b84..72db652299 100644 --- a/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde +++ b/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde @@ -14,6 +14,7 @@ #include // ArduPilot Mega DCM Library #include // PID library #include // RC Channel Library +#include #include // Range finder library #include // Filter library #include // APM FIFO Buffer