From 93229cf3c8907cfab8f5bfd2c13c9b9f502601ec Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Fri, 9 Mar 2018 18:57:25 -0800 Subject: [PATCH] Fix merge mistake --- Ooui/Platform.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ooui/Platform.cs b/Ooui/Platform.cs index d0f3cc9..9884253 100644 --- a/Ooui/Platform.cs +++ b/Ooui/Platform.cs @@ -1,6 +1,7 @@ using System; using System.Diagnostics; using System.Reflection; +using System.Linq; namespace Ooui {