AP_OSD: Include needed AP_Baro.h

This commit is contained in:
Michael du Breuil 2019-06-26 19:31:25 -07:00 committed by Peter Barker
parent 6480786ab2
commit 631b4380e1

View File

@ -32,6 +32,7 @@
#include <AP_Common/Location.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
#include <ctype.h>
#include <GCS_MAVLink/GCS.h>