AP_Airspeed: add missing includes for AHRS

This commit is contained in:
Peter Barker 2019-07-09 20:21:34 +10:00 committed by Peter Barker
parent ec0a93ff9c
commit 00cfea03bc
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
#include <AP_Common/AP_Common.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Math/AP_Math.h>
#include "AP_Airspeed.h" #include "AP_Airspeed.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Common/AP_Common.h>
#include <AP_GPS/AP_GPS.h> #include <AP_GPS/AP_GPS.h>
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS.h>
void AP_Airspeed::check_sensor_failures() void AP_Airspeed::check_sensor_failures()
{ {