mirror of https://github.com/ArduPilot/ardupilot
APM_Control: add missing include for AP::ins()
This commit is contained in:
parent
33f9513854
commit
b3c1cd1a5e
|
@ -28,6 +28,7 @@
|
|||
#include <AC_PID/AC_PID.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue