GCS_MAVLink: Fix build

Optical Flow definition is needed
This commit is contained in:
Julien BERAUD 2015-11-24 10:37:37 +01:00 committed by Andrew Tridgell
parent 924a94633d
commit 780104dc9c

View File

@ -20,6 +20,7 @@
#include "GCS.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_OpticalFlow/AP_OpticalFlow.h>
#include <AP_Vehicle/AP_Vehicle.h>
extern const AP_HAL::HAL& hal;