mirror of https://github.com/ArduPilot/ardupilot
AP_IRLock: fixed build
This commit is contained in:
parent
8b8837ab72
commit
bc33c19f21
|
@ -23,6 +23,8 @@
|
|||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "AP_IRLock_I2C.h"
|
||||
#include <stdio.h>
|
||||
#include <utility>
|
||||
#include <AP_HAL/I2CDevice.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue