AP_Vehicle: add missing inertialsensor include

we're making this object, so we should include the header
This commit is contained in:
Peter Barker 2024-02-13 11:11:53 +11:00 committed by Peter Barker
parent 5f24f33711
commit 63c95b32b4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <AP_GPS/AP_GPS.h>
#include <AP_Generator/AP_Generator.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_InertialSensor/AP_InertialSensor.h>
#include <AP_Notify/AP_Notify.h> // Notify library
#include <AP_Param/AP_Param.h>
#include <AP_RangeFinder/AP_RangeFinder.h>