DataFlash: adjust for new vehicle base class

This commit is contained in:
Peter Barker 2018-12-27 22:58:29 +11:00 committed by Andrew Tridgell
parent 405bf0ce7f
commit 083d4ac3ea

View File

@ -4,6 +4,9 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_AHRS/AP_AHRS_DCM.h>
#include <AP_AHRS/AP_AHRS_NavEKF.h>
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <AP_InertialSensor/AP_InertialSensor.h>