diff options
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs | 1 | ||||
-rw-r--r-- | prebuild.xml | 1 |
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 | ||
28 | using System.Reflection; | 28 | using System.Reflection; |
29 | using log4net; | 29 | using log4net; |
30 | using OpenSim.Data; | ||
30 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
31 | using OpenSim.Framework.Communications; | 32 | using OpenSim.Framework.Communications; |
32 | using OpenSim.Framework.Communications.Cache; | 33 | using 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"/> |