mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: add missing include for I2cDevice.h
needed for the FOREACH_I2C macro
This commit is contained in:
parent
f697489ab7
commit
b7232b1d38
|
@ -58,6 +58,7 @@
|
|||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
#include <AP_HAL/I2CDevice.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue