diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim.Framework/Interfaces/LocalGridBase.cs (renamed from OpenSim.Framework/LocalGridBase.cs) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Framework/LocalGridBase.cs b/OpenSim.Framework/Interfaces/LocalGridBase.cs index 6857d6d..c3ab262 100644 --- a/OpenSim.Framework/LocalGridBase.cs +++ b/OpenSim.Framework/Interfaces/LocalGridBase.cs | |||
@@ -2,6 +2,7 @@ using System; | |||
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using libsecondlife; | 4 | using libsecondlife; |
5 | using OpenSim.Framework.Types; | ||
5 | 6 | ||
6 | namespace OpenSim.Framework.Interfaces | 7 | namespace OpenSim.Framework.Interfaces |
7 | { | 8 | { |