From 7f1179f01ed200240856e35038da0993f84ec312 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 21 Aug 2025 14:24:55 +0200 Subject: More robust config parsing --- daemon/src/connection_manager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'daemon/src/connection_manager.h') diff --git a/daemon/src/connection_manager.h b/daemon/src/connection_manager.h index d8b0e90..2711d34 100644 --- a/daemon/src/connection_manager.h +++ b/daemon/src/connection_manager.h @@ -8,6 +8,8 @@ #include #include #include +#include +#include namespace midi_router { @@ -21,7 +23,7 @@ public: ~Connection_Manager(); - Sender & + std::optional> get_sender(Device_Id const & device) const; private: -- cgit v1.2.3