mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Logger: include required AP_Vehicle_Type header
This commit is contained in:
parent
e7d30aefec
commit
8e06d5cd36
@ -13,6 +13,7 @@
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
AP_Logger *AP_Logger::_singleton;
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <AP_Rally/AP_Rally.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
#include <AP_RTC/AP_RTC.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "AP_Common/AP_FWVersion.h"
|
||||
#include "LoggerMessageWriter.h"
|
||||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
#define FORCE_VERSION_H_INCLUDE
|
||||
#include "ap_version.h"
|
||||
|
Loading…
Reference in New Issue
Block a user