Browse Source

AP_Arming: Directly include needed headers

mission-4.1.18
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
d8bce8295e
  1. 2
      libraries/AP_Arming/AP_Arming.cpp

2
libraries/AP_Arming/AP_Arming.cpp

@ -27,6 +27,8 @@ @@ -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>

Loading…
Cancel
Save