AP_OSD: Fix depending upon AP_Logger for AP_BattMonitor header

This commit is contained in:
Michael du Breuil 2019-06-13 15:57:56 -07:00 committed by Andrew Tridgell
parent f6b8bf49a1
commit ba4c589ff2
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <AP_HAL/Util.h>
#include <RC_Channel/RC_Channel.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <utility>
#include <AP_Notify/AP_Notify.h>

View File

@ -30,6 +30,7 @@
#include <AP_Notify/AP_Notify.h>
#include <AP_Stats/AP_Stats.h>
#include <AP_Common/Location.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <ctype.h>
#include <GCS_MAVLink/GCS.h>