AP_Terrain: add missing AP_AHRS include

This commit is contained in:
Peter Barker 2019-07-09 20:22:07 +10:00 committed by Peter Barker
parent 00cfea03bc
commit 9f33fb6085

View File

@ -16,12 +16,14 @@
handle vehicle <-> GCS communications for terrain library
*/
#include "AP_Terrain.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <GCS_MAVLink/GCS.h>
#include "AP_Terrain.h"
#if AP_TERRAIN_AVAILABLE