AP_RangeFinder: add missing internalerror include

This commit is contained in:
Peter Barker 2023-09-01 23:05:23 +10:00 committed by Peter Barker
parent 268dc489c1
commit 0355ab45ff
1 changed files with 1 additions and 0 deletions

View File

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