From 6941193cf0a3a2eec66e4c97447ab2ca2d3cd2db Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 9 Apr 2023 00:06:42 +1000 Subject: [PATCH] RC_Channel: correct use of transitive include we use this library in this file --- libraries/RC_Channel/RC_Channel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index bd5d65e261..9d94b66552 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -46,6 +46,7 @@ extern const AP_HAL::HAL& hal; #include #include #include +#include #include #include #include