mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Terrain: add missing AP_AHRS include
This commit is contained in:
parent
00cfea03bc
commit
9f33fb6085
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user