AP_AIS: include GCS_MAVLink.h

was getting mavlink_channel_t transitively
This commit is contained in:
Peter Barker 2022-07-11 18:50:15 +10:00 committed by Andrew Tridgell
parent ba2b7b8014
commit 8f9ac91fa0

View File

@ -24,6 +24,7 @@
#include <AP_Param/AP_Param.h> #include <AP_Param/AP_Param.h>
#include <AP_SerialManager/AP_SerialManager.h> #include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Common/AP_ExpandingArray.h> #include <AP_Common/AP_ExpandingArray.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#define AIVDM_BUFFER_SIZE 10 #define AIVDM_BUFFER_SIZE 10
#define AIVDM_PAYLOAD_SIZE 65 #define AIVDM_PAYLOAD_SIZE 65