Browse Source

AP_Follow: Fix up includes

master
Michael du Breuil 6 years ago committed by Peter Barker
parent
commit
4084cf4def
  1. 1
      libraries/AP_Follow/AP_Follow.cpp

1
libraries/AP_Follow/AP_Follow.cpp

@ -19,6 +19,7 @@ @@ -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…
Cancel
Save