diff --git a/libraries/GCS_MAVLink/MAVLink_routing.cpp b/libraries/GCS_MAVLink/MAVLink_routing.cpp index 9dd97156f1..faae303106 100644 --- a/libraries/GCS_MAVLink/MAVLink_routing.cpp +++ b/libraries/GCS_MAVLink/MAVLink_routing.cpp @@ -18,11 +18,11 @@ /// @file MAVLink_routing.h /// @brief handle routing of MAVLink packets by sysid/componentid +#include #include #include #include #include -#include extern const AP_HAL::HAL& hal;