ArduSub: add missing include

This commit is contained in:
Peter Barker 2022-09-28 13:56:58 +10:00 committed by Randy Mackay
parent c39129d4fe
commit 1b6e65cc2f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "Sub.h"
#include "GCS_Mavlink.h"
#include <AP_RPM/AP_RPM_config.h>
MAV_TYPE GCS_Sub::frame_type() const
{