AP_Baro: fixed build with clang

This commit is contained in:
Andrew Tridgell 2024-07-06 09:20:52 +10:00 committed by Peter Barker
parent 60f582a6b2
commit 3608a78398
1 changed files with 1 additions and 0 deletions

View File

@ -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;