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 5818d86420
commit f5fc308f9e
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
#pragma once #pragma once
#include <AP_HAL/AP_HAL.h> #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_Common/AP_Common.h>
#include <AP_Param/AP_Param.h> #include <AP_Param/AP_Param.h>
#include <AP_InertialSensor/AP_InertialSensor.h> #include <AP_InertialSensor/AP_InertialSensor.h>