From d4bb8a10d74702064c43d3d7978b07a061e83f7e Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Thu, 18 Oct 2012 20:53:39 -0700 Subject: [PATCH] Update ArduCopter and ArduPlane dependencies on AP_Menu --- ArduCopter/ArduCopter.pde | 1 + ArduPlane/ArduPlane.pde | 1 + 2 files changed, 2 insertions(+) diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index 09124ea89e..e71803adec 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -62,6 +62,7 @@ // Libraries #include #include +#include #include #include // ArduPilot Mega RC Library #include // ArduPilot GPS library diff --git a/ArduPlane/ArduPlane.pde b/ArduPlane/ArduPlane.pde index c72857a7eb..fc11d692d1 100644 --- a/ArduPlane/ArduPlane.pde +++ b/ArduPlane/ArduPlane.pde @@ -27,6 +27,7 @@ // Libraries #include #include +#include #include #include // ArduPilot Mega RC Library #include // ArduPilot GPS library