AP_IRLock: fixed build

This commit is contained in:
Andrew Tridgell 2016-12-01 17:42:42 +11:00 committed by Tom Pittenger
parent 8b8837ab72
commit bc33c19f21
1 changed files with 2 additions and 0 deletions

View File

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