AP_OSD: add required include

Was getting APM_BUILD_COPTER_OR_HELI  transitively
This commit is contained in:
Peter Barker 2022-07-08 16:56:54 +10:00 committed by Andrew Tridgell
parent a4186f6884
commit 6fc7209c69
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <limits.h>
#include <ctype.h>
#include <AP_RCMapper/AP_RCMapper.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_Arming/AP_Arming.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>