AP_Periph: correct includes

we instantiate SerialManager - best include its header!
This commit is contained in:
Peter Barker 2023-05-03 12:33:55 +10:00 committed by Andrew Tridgell
parent 5e54d26ac5
commit 6c29079a76

View File

@ -25,6 +25,7 @@
#include <AP_Scripting/AP_Scripting.h>
#include <AP_HAL/CANIface.h>
#include <AP_Stats/AP_Stats.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_NMEA_Output/AP_NMEA_Output.h>