Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs')
-rw-r--r--Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs b/Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs
index f83e316..653db4b 100644
--- a/Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs
+++ b/Src/Newtonsoft.Json/Utilities/LateBoundReflectionDelegateFactory.cs
@@ -24,8 +24,11 @@
#endregion
using System;
-using System.Globalization;
+using Newtonsoft.Json.Serialization;
using System.Reflection;
+#if NET20
+using Newtonsoft.Json.Utilities.LinqBridge;
+#endif
namespace Newtonsoft.Json.Utilities
{