From f9c08249a05ba866883d60eaf6a77e64495bc10d Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:15:48 +0300 Subject: [PATCH] add forgotten import --- applications/plugins/hc_sr04/hc_sr04.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/plugins/hc_sr04/hc_sr04.c b/applications/plugins/hc_sr04/hc_sr04.c index 1d9554c18..911e92dc6 100644 --- a/applications/plugins/hc_sr04/hc_sr04.c +++ b/applications/plugins/hc_sr04/hc_sr04.c @@ -4,6 +4,7 @@ #include #include +#include #include #include #include