From e3ceeb43ba6740e986c2a7ffe079261554dff752 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 21 Oct 2015 10:36:02 -0700 Subject: [PATCH] Fix build --- samples/SampleApp/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/SampleApp/Program.cs b/samples/SampleApp/Program.cs index 06205db078..16e2d1f487 100644 --- a/samples/SampleApp/Program.cs +++ b/samples/SampleApp/Program.cs @@ -2,6 +2,7 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; +using System.Linq; namespace SampleApp {