AP_AHRS: correct includes

This commit is contained in:
Peter Barker 2020-07-29 14:16:26 +10:00 committed by Peter Barker
parent 749b678e14
commit 37340b846d
1 changed files with 3 additions and 2 deletions

View File

@ -21,11 +21,12 @@
#include <AP_HAL/AP_HAL.h>
#include "AP_AHRS.h"
#include "AP_AHRS_View.h"
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Module/AP_Module.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
#include <AP_InternalError/AP_InternalError.h>
#include <AP_Notify/AP_Notify.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#if AP_AHRS_NAVEKF_AVAILABLE