AP_Arming: Directly include needed headers

This commit is contained in:
Michael du Breuil 2019-08-27 13:06:02 -07:00 committed by Peter Barker
parent 78af091869
commit d8bce8295e

View File

@ -27,6 +27,8 @@
#include <AC_Fence/AC_Fence.h>
#include <AP_InternalError/AP_InternalError.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Airspeed/AP_Airspeed.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_RangeFinder/AP_RangeFinder.h>