Browse Source

APM_Control: Fix AP_GPS include

mission-4.1.18
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
197804412a
  1. 1
      libraries/APM_Control/AR_AttitudeControl.cpp

1
libraries/APM_Control/AR_AttitudeControl.cpp

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
#include <AP_Math/AP_Math.h>
#include <AP_HAL/AP_HAL.h>
#include "AR_AttitudeControl.h"
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save