mirror of https://github.com/ArduPilot/ardupilot
AP_TempCalibration: Include needed AP_Baro.h
This commit is contained in:
parent
9ed3242c06
commit
6385e3ceac
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include "AP_TempCalibration.h"
|
||||
#include <stdio.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Baro/AP_Baro.h>
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h>
|
||||
|
||||
class AP_TempCalibration
|
||||
|
|
Loading…
Reference in New Issue