mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: fixed build with clang
This commit is contained in:
parent
60f582a6b2
commit
3608a78398
|
@ -17,6 +17,7 @@
|
||||||
#if AP_BARO_SPL06_ENABLED
|
#if AP_BARO_SPL06_ENABLED
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
#include <strings.h>
|
||||||
#include <AP_Math/definitions.h>
|
#include <AP_Math/definitions.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL &hal;
|
extern const AP_HAL::HAL &hal;
|
||||||
|
|
Loading…
Reference in New Issue