diff --git a/Userland/Libraries/LibIPC/Decoder.cpp b/Userland/Libraries/LibIPC/Decoder.cpp index 49f7694bfb..6abb1d1d7d 100644 --- a/Userland/Libraries/LibIPC/Decoder.cpp +++ b/Userland/Libraries/LibIPC/Decoder.cpp @@ -62,6 +62,13 @@ ErrorOr decode(Decoder& decoder) return JsonValue::from_string(json); } +template<> +ErrorOr