AP_Follow: Fix up includes

This commit is contained in:
Michael du Breuil 2019-04-04 04:42:24 -07:00 committed by Peter Barker
parent 125f9bd806
commit 4084cf4def
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <stdio.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Logger/AP_Logger.h>
extern const AP_HAL::HAL& hal;