mirror of https://github.com/ArduPilot/ardupilot
AP_AIS: include GCS_MAVLink.h
was getting mavlink_channel_t transitively
This commit is contained in:
parent
ba2b7b8014
commit
8f9ac91fa0
|
@ -24,6 +24,7 @@
|
|||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_Common/AP_ExpandingArray.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
|
||||
#define AIVDM_BUFFER_SIZE 10
|
||||
#define AIVDM_PAYLOAD_SIZE 65
|
||||
|
|
Loading…
Reference in New Issue