AC_AttitudeControl: adjust for new vehicle base class

This commit is contained in:
Peter Barker 2018-12-27 22:57:11 +11:00 committed by Andrew Tridgell
parent c0052a5e71
commit 8bb51f4b7d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_AHRS/AP_AHRS_View.h>
#include <AP_Motors/AP_Motors.h>
#include <AC_PID/AC_PID.h>