mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: add missing include
This commit is contained in:
parent
a2182f7c4b
commit
2332ea7942
|
@ -18,6 +18,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <AP_Math/location.h>
|
#include <AP_Math/location.h>
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
#include <AP_Logger/AP_Logger.h>
|
||||||
|
|
||||||
const AP_Param::GroupInfo AP_Mount::var_info[] = {
|
const AP_Param::GroupInfo AP_Mount::var_info[] = {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue