GCS_Common: add missing include for AP_RCProtocol

we directly use this library's singleton, so include the header
This commit is contained in:
Peter Barker 2024-03-09 16:13:35 +11:00 committed by Peter Barker
parent a2549c5d6b
commit a79569ccf3

View File

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