ArduSub: add missing include

This commit is contained in:
Peter Barker 2022-09-28 13:56:58 +10:00 committed by Peter Barker
parent 855f4fe2d2
commit 365d2ef3ff
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
{