AP_TECS: Include needed AP_Baro.h

This commit is contained in:
Michael du Breuil 2019-06-26 20:04:31 -07:00 committed by Peter Barker
parent 99ff84168c
commit ca65b214af

View File

@ -1,5 +1,6 @@
#include "AP_TECS.h"
#include <AP_HAL/AP_HAL.h>
#include <AP_Baro/AP_Baro.h>
extern const AP_HAL::HAL& hal;