Browse Source

AP_OSD: add required include

Was getting APM_BUILD_COPTER_OR_HELI  transitively
master
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
6fc7209c69
  1. 1
      libraries/AP_OSD/AP_OSD_ParamScreen.cpp

1
libraries/AP_OSD/AP_OSD_ParamScreen.cpp

@ -27,6 +27,7 @@ @@ -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>

Loading…
Cancel
Save