mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Vehicle: add missing include for accelcal
This commit is contained in:
parent
b69dbd0c2e
commit
f987fa4a4e
@ -22,6 +22,7 @@
|
||||
#include "ModeReason.h" // reasons can't be defined in this header due to circular loops
|
||||
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_AccelCal/AP_AccelCal.h>
|
||||
#include <AP_Airspeed/AP_Airspeed.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h> // board configuration library
|
||||
|
Loading…
Reference in New Issue
Block a user