mirror of https://github.com/ArduPilot/ardupilot
AP_DAL: add missing internalerror include
This commit is contained in:
parent
23e4fba3f7
commit
a322f7286b
|
@ -6,6 +6,7 @@
|
||||||
#include "AP_DAL.h"
|
#include "AP_DAL.h"
|
||||||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
|
#include <AP_InternalError/AP_InternalError.h>
|
||||||
|
|
||||||
AP_DAL_RangeFinder::AP_DAL_RangeFinder()
|
AP_DAL_RangeFinder::AP_DAL_RangeFinder()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue