AP_DAL: include required AP_Vehicle_Type header

This commit is contained in:
Peter Barker 2022-10-28 12:38:06 +11:00 committed by Andrew Tridgell
parent 27ef864587
commit 3b640999b9
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
#include "AP_DAL.h" #include "AP_DAL.h"
#include <AP_Vehicle/AP_Vehicle_Type.h>
AP_DAL_Beacon::AP_DAL_Beacon() AP_DAL_Beacon::AP_DAL_Beacon()
{ {

View File

@ -5,6 +5,7 @@
#include <AP_RangeFinder/AP_RangeFinder_Backend.h> #include <AP_RangeFinder/AP_RangeFinder_Backend.h>
#include "AP_DAL.h" #include "AP_DAL.h"
#include <AP_BoardConfig/AP_BoardConfig.h> #include <AP_BoardConfig/AP_BoardConfig.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
AP_DAL_RangeFinder::AP_DAL_RangeFinder() AP_DAL_RangeFinder::AP_DAL_RangeFinder()
{ {

View File

@ -6,6 +6,7 @@
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
#include "AP_DAL.h" #include "AP_DAL.h"
#include <AP_Vehicle/AP_Vehicle_Type.h>
/* /*
update position offsets to align to AHRS position update position offsets to align to AHRS position