From d0009c2af8264ce3e54061f8d5ad8bbec28984b5 Mon Sep 17 00:00:00 2001 From: Ahmed Osman Date: Sat, 15 Nov 2025 18:13:52 +0300 Subject: [PATCH] Add log.h include to hello_sky.md --- docs/en/modules/hello_sky.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/modules/hello_sky.md b/docs/en/modules/hello_sky.md index ad1d9e5bc9..fd43f9cd97 100644 --- a/docs/en/modules/hello_sky.md +++ b/docs/en/modules/hello_sky.md @@ -434,6 +434,7 @@ The [complete example code](https://github.com/PX4/PX4-Autopilot/blob/main/src/e */ #include +#include #include #include #include