AP_Compass: Fix implicit include of SRV_Channel

This commit is contained in:
Michael du Breuil 2019-04-04 03:47:02 -07:00 committed by Peter Barker
parent fc3f09c6c0
commit d65f4b5ff8

View File

@ -4,6 +4,7 @@
#include "AP_Compass.h"
#include <GCS_MAVLink/GCS.h>
#include <SRV_Channel/SRV_Channel.h>
extern const AP_HAL::HAL &hal;