mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
GCS_Common: add missing include for AP_RCProtocol
we directly use this library's singleton, so include the header
This commit is contained in:
parent
a2549c5d6b
commit
a79569ccf3
@ -100,6 +100,11 @@
|
||||
#endif
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
|
||||
#include <AP_RCProtocol/AP_RCProtocol_config.h>
|
||||
#if AP_RCPROTOCOL_ENABLED
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#endif
|
||||
|
||||
#if HAL_WITH_IO_MCU
|
||||
#include <AP_IOMCU/AP_IOMCU.h>
|
||||
extern AP_IOMCU iomcu;
|
||||
|
Loading…
Reference in New Issue
Block a user