AP_VisualOdom: Directly include needed headers

This commit is contained in:
Michael du Breuil 2019-08-27 13:07:25 -07:00 committed by Peter Barker
parent 04863f858d
commit 1a5627ae54

View File

@ -16,6 +16,7 @@
#include "AP_VisualOdom.h" #include "AP_VisualOdom.h"
#include "AP_VisualOdom_Backend.h" #include "AP_VisualOdom_Backend.h"
#include "AP_VisualOdom_MAV.h" #include "AP_VisualOdom_MAV.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
extern const AP_HAL::HAL &hal; extern const AP_HAL::HAL &hal;