AC_Sprayer: fixed example build

This commit is contained in:
Andrew Tridgell 2013-12-17 11:50:01 +11:00
parent 137137d4e1
commit 305c6e4b56
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <APM_PI.h> // PID library #include <APM_PI.h> // PID library
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer #include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
#include <AP_InertialNav.h> // Inertial Navigation library #include <AP_InertialNav.h> // Inertial Navigation library
#include <DataFlash.h>
#include <GCS_MAVLink.h> #include <GCS_MAVLink.h>
#include <RC_Channel.h> #include <RC_Channel.h>
#include <AC_Sprayer.h> // Crop Sprayer library #include <AC_Sprayer.h> // Crop Sprayer library