AP_HAL: examples: add missing include for AP_InertialSensor

we instantiate this library in here
This commit is contained in:
Peter Barker 2024-08-31 08:11:37 +10:00 committed by Peter Barker
parent 35d0f5c104
commit 690947537a
1 changed files with 1 additions and 0 deletions

View File

@ -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