From 9d62dee531624880a87f2882ae75eaf1191a29fc Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 5 Jan 2009 18:52:43 +0000 Subject: * Add prereqs and usings required by the Windows compiler --- OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs index 2dc644a..a78e093 100644 --- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs +++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs @@ -29,6 +29,8 @@ using System; using System.Collections; using System.Net; using System.Text.RegularExpressions; +using System.Xml; +using Nini; using NUnit.Framework; using NUnit.Framework.SyntaxHelpers; using Nwc.XmlRpc; -- cgit v1.1