From 2585098f52a236f42ceab93da02ef136e4e4ec3b Mon Sep 17 00:00:00 2001
From: Pat Hickey <pat@moreproductive.org>
Date: Sat, 20 Oct 2012 11:57:48 -0700
Subject: [PATCH] APMrover2: fixed build from AP_Menu changes

---
 APMrover2/APMrover2.pde | 1 +
 1 file changed, 1 insertion(+)

diff --git a/APMrover2/APMrover2.pde b/APMrover2/APMrover2.pde
index 00b4d0486..8279332bf 100644
--- a/APMrover2/APMrover2.pde
+++ b/APMrover2/APMrover2.pde
@@ -78,6 +78,7 @@ version 2.1 of the License, or (at your option) any later version.
 // Libraries
 #include <FastSerial.h>
 #include <AP_Common.h>
+#include <AP_Menu.h>
 #include <Arduino_Mega_ISR_Registry.h>
 #include <APM_RC.h>         // ArduPilot Mega RC Library
 #include <AP_GPS.h>         // ArduPilot GPS library
-- 
GitLab