From 1b02db73bd84743342e14e780a87ef9497525bd5 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 28 Sep 2022 13:56:58 +1000 Subject: [PATCH] ArduSub: add missing include --- ArduSub/GCS_Mavlink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduSub/GCS_Mavlink.cpp b/ArduSub/GCS_Mavlink.cpp index 8362c7ab5d..3c6ce9d290 100644 --- a/ArduSub/GCS_Mavlink.cpp +++ b/ArduSub/GCS_Mavlink.cpp @@ -1,6 +1,7 @@ #include "Sub.h" #include "GCS_Mavlink.h" +#include MAV_TYPE GCS_Sub::frame_type() const {