From 9c051193beecb0cb005e901aa5e888003a8fcbff Mon Sep 17 00:00:00 2001 From: mayllart <14459910+thiagomayllart@users.noreply.github.com> Date: Fri, 24 Dec 2021 02:14:58 -0300 Subject: [PATCH] DnsTransport reference --- Payload_Type/apollo/agent_code/Apollo/Config.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Payload_Type/apollo/agent_code/Apollo/Config.cs b/Payload_Type/apollo/agent_code/Apollo/Config.cs index 6fab38f4..66b04634 100644 --- a/Payload_Type/apollo/agent_code/Apollo/Config.cs +++ b/Payload_Type/apollo/agent_code/Apollo/Config.cs @@ -14,6 +14,7 @@ using ApolloInterop.Serializers; using NamedPipeTransport; using TcpTransport; +using DnsTransport; namespace Apollo {