Browse Source

AP_IRLock: fixed build

master
Andrew Tridgell 8 years ago committed by Tom Pittenger
parent
commit
bc33c19f21
  1. 2
      libraries/AP_IRLock/AP_IRLock_I2C.cpp

2
libraries/AP_IRLock/AP_IRLock_I2C.cpp

@ -23,6 +23,8 @@ @@ -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…
Cancel
Save