mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: include required AP_Vehicle_Type header
This commit is contained in:
parent
27ef864587
commit
3b640999b9
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include "AP_DAL.h"
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
AP_DAL_Beacon::AP_DAL_Beacon()
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <AP_RangeFinder/AP_RangeFinder_Backend.h>
|
||||
#include "AP_DAL.h"
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
AP_DAL_RangeFinder::AP_DAL_RangeFinder()
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include "AP_DAL.h"
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
/*
|
||||
update position offsets to align to AHRS position
|
||||
|
|
Loading…
Reference in New Issue