GCS_MAVLink: Include needed AP_Baro.h

This commit is contained in:
Michael du Breuil 2019-06-26 19:32:25 -07:00 committed by Peter Barker
parent 631b4380e1
commit 18e979fd4f
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -33,6 +33,7 @@
#include <AP_Common/AP_FWVersion.h>
#include <AP_VisualOdom/AP_VisualOdom.h>
#include <AP_OpticalFlow/OpticalFlow.h>
#include <AP_Baro/AP_Baro.h>
#include "GCS.h"