From d62ae7e4a951e348e43cb76e492173aedf4897ee Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:03:00 +0300 Subject: [PATCH] missing include --- non_catalog_apps/mp_flipper/upython_repl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/non_catalog_apps/mp_flipper/upython_repl.c b/non_catalog_apps/mp_flipper/upython_repl.c index be96c719..b6a8b28a 100644 --- a/non_catalog_apps/mp_flipper/upython_repl.c +++ b/non_catalog_apps/mp_flipper/upython_repl.c @@ -1,6 +1,7 @@ #include #include +#include #include #include