mirror of https://github.com/ArduPilot/ardupilot
AP_SerialManager: add missing include for GCS
This commit is contained in:
parent
0da4e3c9f3
commit
530e665c4d
|
@ -25,6 +25,7 @@
|
|||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#include <AP_MSP/AP_MSP.h>
|
||||
#include "AP_SerialManager.h"
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue