aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorjustincc2011-09-16 19:54:23 +0100
committerjustincc2011-09-16 19:54:23 +0100
commita00327d0e5f512ccf56e18082c7e7c7366517379 (patch)
tree1b2500047bfc2e5c0a2fbd48f39c1ddb0ef7aadd /OpenSim/Region/Application/OpenSimBase.cs
parentMSSQL Bug fix in user account retrieval, plus migrations for FriendsStore and... (diff)
downloadopensim-SC_OLD-a00327d0e5f512ccf56e18082c7e7c7366517379.zip
opensim-SC_OLD-a00327d0e5f512ccf56e18082c7e7c7366517379.tar.gz
opensim-SC_OLD-a00327d0e5f512ccf56e18082c7e7c7366517379.tar.bz2
opensim-SC_OLD-a00327d0e5f512ccf56e18082c7e7c7366517379.tar.xz
Fix build errors on Windows by adding missing OpenSim.Services.Base reference
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 54caac4..866ba9a 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -46,7 +46,8 @@ using OpenSim.Region.Framework;
46using OpenSim.Region.Framework.Interfaces; 46using OpenSim.Region.Framework.Interfaces;
47using OpenSim.Region.Framework.Scenes; 47using OpenSim.Region.Framework.Scenes;
48using OpenSim.Region.Physics.Manager; 48using OpenSim.Region.Physics.Manager;
49using OpenSim.Server.Base; 49using OpenSim.Server.Base;
50using OpenSim.Services.Base;
50using OpenSim.Services.Interfaces; 51using OpenSim.Services.Interfaces;
51using OpenSim.Services.UserAccountService; 52using OpenSim.Services.UserAccountService;
52 53