mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: add missing include for GPSUse
This commit is contained in:
parent
0850a5fa43
commit
d7fa5a47de
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <AP_HAL/Semaphores.h>
|
||||
|
||||
#include "AP_AHRS_Backend.h"
|
||||
#include <AP_NavEKF2/AP_NavEKF2.h>
|
||||
#include <AP_NavEKF3/AP_NavEKF3.h>
|
||||
#include <AP_NavEKF/AP_Nav_Common.h> // definitions shared by inertial and ekf nav filters
|
||||
|
|
Loading…
Reference in New Issue