From 16d6da33ea87e8439bb30c53974663d51ce20aa7 Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Mon, 25 May 2026 07:54:31 +0200 Subject: [PATCH] fix(ui): include ContactInfo.h in UITask.h openContactDM(const ContactInfo&) declared in UITask.h needed the type visible; previously ContactInfo only reached UITask.cpp transitively through MyMesh.h and broke the eink build. Co-Authored-By: Claude Sonnet 4.6 --- examples/companion_radio/ui-new/UITask.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/companion_radio/ui-new/UITask.h b/examples/companion_radio/ui-new/UITask.h index 9edf385f..7bcaacf9 100644 --- a/examples/companion_radio/ui-new/UITask.h +++ b/examples/companion_radio/ui-new/UITask.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include