ArduCopter - added #include <Filter.h> to unbreak the build!

This commit is contained in:
rmackay9 2012-02-26 17:05:41 +09:00
parent 74f7d7a1c0
commit 8193c786ef
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ http://code.google.com/p/ardupilot-mega/downloads/list
#include <RC_Channel.h> // RC Channel Library
#include <AP_RangeFinder.h> // Range finder library
#include <AP_OpticalFlow.h> // Optical Flow library
#include <Filter.h> // Filter library
#include <ModeFilter.h> // Mode Filter from Filter library
#include <AP_Relay.h> // APM relay
#include <GCS_MAVLink.h> // MAVLink GCS definitions