mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
GCS_MAVLink: Include needed AP_Baro.h
This commit is contained in:
parent
631b4380e1
commit
18e979fd4f
@ -4,6 +4,7 @@
|
|||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||||
#include <AP_Scheduler/AP_Scheduler.h>
|
#include <AP_Scheduler/AP_Scheduler.h>
|
||||||
|
#include <AP_Baro/AP_Baro.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#include <AP_Common/AP_FWVersion.h>
|
#include <AP_Common/AP_FWVersion.h>
|
||||||
#include <AP_VisualOdom/AP_VisualOdom.h>
|
#include <AP_VisualOdom/AP_VisualOdom.h>
|
||||||
#include <AP_OpticalFlow/OpticalFlow.h>
|
#include <AP_OpticalFlow/OpticalFlow.h>
|
||||||
|
#include <AP_Baro/AP_Baro.h>
|
||||||
|
|
||||||
#include "GCS.h"
|
#include "GCS.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user