AP_SerialManager: add missing include for GCS

This commit is contained in:
Peter Barker 2023-05-11 09:27:13 +10:00 committed by Andrew Tridgell
parent 0da4e3c9f3
commit 530e665c4d
1 changed files with 1 additions and 0 deletions

View File

@ -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;