mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: add missing internalerror include
This commit is contained in:
parent
268dc489c1
commit
0355ab45ff
|
@ -59,6 +59,7 @@
|
|||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
#include <AP_HAL/I2CDevice.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue