aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs1
-rw-r--r--prebuild.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
index 1268237..feacb2f 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
@@ -27,6 +27,7 @@
27 27
28using System.Reflection; 28using System.Reflection;
29using log4net; 29using log4net;
30using OpenSim.Data;
30using OpenSim.Framework; 31using OpenSim.Framework;
31using OpenSim.Framework.Communications; 32using OpenSim.Framework.Communications;
32using OpenSim.Framework.Communications.Cache; 33using OpenSim.Framework.Communications.Cache;
diff --git a/prebuild.xml b/prebuild.xml
index 33b68f8..56cf5a7 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1304,6 +1304,7 @@
1304 <Reference name="System.Drawing"/> 1304 <Reference name="System.Drawing"/>
1305 <Reference name="System.Runtime.Remoting"/> 1305 <Reference name="System.Runtime.Remoting"/>
1306 <Reference name="System.Xml"/> 1306 <Reference name="System.Xml"/>
1307 <Reference name="OpenSim.Data"/>
1307 <Reference name="OpenSim.Framework"/> 1308 <Reference name="OpenSim.Framework"/>
1308 <Reference name="OpenSim.Framework.Communications" /> 1309 <Reference name="OpenSim.Framework.Communications" />
1309 <Reference name="OpenSim.Framework.Servers"/> 1310 <Reference name="OpenSim.Framework.Servers"/>