From 34b30a75b1a741c704aff64edc12fbfbf51f6523 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 16 Nov 2025 18:03:00 +0100 Subject: Add support for virtual devices --- daemon/src/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemon/src/types.h') diff --git a/daemon/src/types.h b/daemon/src/types.h index 78e85df..251adf8 100644 --- a/daemon/src/types.h +++ b/daemon/src/types.h @@ -8,6 +8,7 @@ #include #include #include +#include namespace midi_router { @@ -31,7 +32,7 @@ enum class Message_Type }; using Device_Id = std::string; -using Device_Map = std::map; +using Device_Map = std::map>; using Target_List = std::vector>; using Route_Table = std::map>; -- cgit v1.2.3