GCS_MAVLink: Directly include needed headers

This commit is contained in:
Michael du Breuil 2019-08-27 13:07:42 -07:00 committed by Peter Barker
parent 1a5627ae54
commit c85c9faa6d

View File

@ -5,6 +5,7 @@
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_AHRS/AP_AHRS.h>
extern const AP_HAL::HAL& hal;