SITL: add missing include file for terrain

This commit is contained in:
Peter Barker 2021-12-29 15:20:41 +11:00 committed by Peter Barker
parent fa2ae44926
commit 268032e640

View File

@ -26,6 +26,7 @@
#include "SIM_Aircraft.h" #include "SIM_Aircraft.h"
#include <AP_HAL_SITL/SITL_State.h> #include <AP_HAL_SITL/SITL_State.h>
#include <AP_Terrain/AP_Terrain.h>
// use a spare channel for send. This is static to avoid mavlink // use a spare channel for send. This is static to avoid mavlink
// header import in SIM_Ship.h // header import in SIM_Ship.h