mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: examples: add missing include for AP_InertialSensor
we instantiate this library in here
This commit is contained in:
parent
35d0f5c104
commit
690947537a
|
@ -4,6 +4,7 @@
|
|||
#include <GCS_MAVLink/GCS_Dummy.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||
#include "GyroFrame.h"
|
||||
|
||||
#if HAL_WITH_DSP
|
||||
|
|
Loading…
Reference in New Issue