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 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-25 07:54:31 +02:00
co-authored by Claude Sonnet 4.6
parent fd37b84d71
commit 16d6da33ea
+1
View File
@@ -5,6 +5,7 @@
#include <helpers/ui/UIScreen.h> #include <helpers/ui/UIScreen.h>
#include <helpers/SensorManager.h> #include <helpers/SensorManager.h>
#include <helpers/BaseSerialInterface.h> #include <helpers/BaseSerialInterface.h>
#include <helpers/ContactInfo.h>
#include <Arduino.h> #include <Arduino.h>
#include <helpers/sensors/LPPDataHelpers.h> #include <helpers/sensors/LPPDataHelpers.h>