RC_Channel: correct use of transitive include

we use this library in this file
This commit is contained in:
Peter Barker 2023-04-09 00:06:42 +10:00 committed by Peter Barker
parent 9f2aef4c97
commit 6941193cf0

View File

@ -46,6 +46,7 @@ extern const AP_HAL::HAL& hal;
#include <AP_LandingGear/AP_LandingGear.h> #include <AP_LandingGear/AP_LandingGear.h>
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h> #include <AP_ServoRelayEvents/AP_ServoRelayEvents.h>
#include <SRV_Channel/SRV_Channel.h>
#include <AP_Arming/AP_Arming.h> #include <AP_Arming/AP_Arming.h>
#include <AP_Avoidance/AP_Avoidance.h> #include <AP_Avoidance/AP_Avoidance.h>
#include <AP_GPS/AP_GPS.h> #include <AP_GPS/AP_GPS.h>