mirror of https://github.com/ArduPilot/ardupilot
AP_Follow: Fix up includes
This commit is contained in:
parent
125f9bd806
commit
4084cf4def
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue