mirror of https://github.com/ArduPilot/ardupilot
AP_Terrain: Directly include needed headers
This commit is contained in:
parent
17cec7cf2b
commit
04863f858d
|
@ -20,6 +20,7 @@
|
|||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include "AP_Terrain.h"
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
|
||||
#if AP_TERRAIN_AVAILABLE
|
||||
|
||||
|
|
Loading…
Reference in New Issue