AP_Compass: include required header

This commit is contained in:
Peter Barker 2018-04-04 15:49:56 +10:00 committed by Andrew Tridgell
parent 13b8ad0e94
commit face8151b7

View File

@ -1,5 +1,7 @@
#pragma once
#include <AP_AHRS/AP_AHRS.h>
/*
compass learning using magnetic field tables from AP_Declination
*/