AP_RangeFinder: add missing include for I2cDevice.h

needed for the FOREACH_I2C macro
This commit is contained in:
Peter Barker 2023-07-06 15:12:21 +10:00 committed by Randy Mackay
parent f697489ab7
commit b7232b1d38
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#include <AP_Logger/AP_Logger.h> #include <AP_Logger/AP_Logger.h>
#include <AP_SerialManager/AP_SerialManager.h> #include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Vehicle/AP_Vehicle_Type.h> #include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_HAL/I2CDevice.h>
extern const AP_HAL::HAL &hal; extern const AP_HAL::HAL &hal;