Browse Source

GCS_MAVLink: Include needed AP_Baro.h

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
18e979fd4f
  1. 1
      libraries/GCS_MAVLink/GCS.cpp
  2. 1
      libraries/GCS_MAVLink/GCS_Common.cpp

1
libraries/GCS_MAVLink/GCS.cpp

@ -4,6 +4,7 @@ @@ -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;

1
libraries/GCS_MAVLink/GCS_Common.cpp

@ -33,6 +33,7 @@ @@ -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"

Loading…
Cancel
Save