From ba8ba36af422fb7fbf7677ca8def57e50ea3b19c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 18 Mar 2013 14:01:21 +1100 Subject: [PATCH] HAL_AVR: fixed build.Examples in autotest --- libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde | 1 + libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde | 1 + 2 files changed, 2 insertions(+) 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