AP_Arming: Include needed AP_Baro.h

This commit is contained in:
Michael du Breuil 2019-06-26 19:30:12 -07:00 committed by Peter Barker
parent 2dcbe5a49b
commit eeca59d1ef

View File

@ -27,6 +27,7 @@
#include <AC_Fence/AC_Fence.h>
#include <AP_InternalError/AP_InternalError.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
#if HAL_WITH_UAVCAN
#include <AP_BoardConfig/AP_BoardConfig_CAN.h>