AP_DDS: add missing include in externalcontrol

This commit is contained in:
Peter Barker 2024-02-28 13:53:45 +11:00 committed by Peter Barker
parent 6a16cbf3bb
commit c0a57cb447
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include "AP_DDS_config.h"
#if AP_DDS_ENABLED
#include "AP_DDS_ExternalControl.h"