AP_Arming: Fix AP_GPS.h include

This commit is contained in:
Michael du Breuil 2019-06-13 19:59:26 -07:00 committed by Andrew Tridgell
parent 889d9b7348
commit c70107cabb

View File

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