AP_Terrain: Directly include needed headers

This commit is contained in:
Michael du Breuil 2019-08-27 13:07:10 -07:00 committed by Peter Barker
parent 17cec7cf2b
commit 04863f858d
1 changed files with 1 additions and 0 deletions

View File

@ -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