From a81fe225f50db13388b04cc7c393f52078743e33 Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Sat, 5 Sep 2015 12:36:42 +0300 Subject: [PATCH] Fix Android build by adding missing namespace. --- Lidgren.Network/Platform/PlatformAndroid.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Lidgren.Network/Platform/PlatformAndroid.cs b/Lidgren.Network/Platform/PlatformAndroid.cs index e8d378f..0bd8d7e 100644 --- a/Lidgren.Network/Platform/PlatformAndroid.cs +++ b/Lidgren.Network/Platform/PlatformAndroid.cs @@ -1,6 +1,7 @@ #if __ANDROID__ using System; using System.Collections.Generic; +using System.Security.Cryptography; using System.Net; namespace Lidgren.Network