From 0b3adbefa375ab79df86f7be338c14733850bb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Sun, 9 Feb 2020 00:55:48 +0100 Subject: [PATCH] fixed merge error --- Capnp.Net.Runtime/Rpc/TcpRpcClient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Capnp.Net.Runtime/Rpc/TcpRpcClient.cs b/Capnp.Net.Runtime/Rpc/TcpRpcClient.cs index 163600b..02a975d 100644 --- a/Capnp.Net.Runtime/Rpc/TcpRpcClient.cs +++ b/Capnp.Net.Runtime/Rpc/TcpRpcClient.cs @@ -1,6 +1,7 @@ using Capnp.FrameTracing; using Microsoft.Extensions.Logging; using System; +using System.IO; using System.Net; using System.Net.Sockets; using System.Threading;