mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: add missing includes for AHRS
This commit is contained in:
parent
ec0a93ff9c
commit
00cfea03bc
|
@ -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_AHRS/AP_AHRS.h>
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_GPS/AP_GPS.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
void AP_Airspeed::check_sensor_failures()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue