AP_Mount: add missing include

This commit is contained in:
Peter Barker 2024-01-10 16:16:14 +11:00 committed by Peter Barker
parent a2182f7c4b
commit 2332ea7942
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <stdio.h>
#include <AP_Math/location.h>
#include <SRV_Channel/SRV_Channel.h>
#include <AP_Logger/AP_Logger.h>
const AP_Param::GroupInfo AP_Mount::var_info[] = {