diff options
author | Justin Clark-Casey (justincc) | 2015-02-28 00:34:07 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-02-28 00:34:07 +0000 |
commit | 3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7 (patch) | |
tree | 33783e22f635b069a9e65adb452087050ce3ede8 /OpenSim/Region | |
parent | Permit loading of LLRAW files bigger than 256x256 by calculating size based o... (diff) | |
download | opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.zip opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.tar.gz opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.tar.bz2 opensim-SC_OLD-3c92a8e7655a9bb279231fd63b6f9c833fd4f5a7.tar.xz |
Add OpenSim.Framework using statement necessary to get previous fad4d4dc to compile.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs b/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs index ce93a180..959ac5a 100644 --- a/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs +++ b/OpenSim/Region/CoreModules/World/Terrain/FileLoaders/LLRAW.cs | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.IO; | 29 | using System.IO; |
30 | using OpenSim.Framework; | ||
30 | using OpenSim.Region.Framework.Interfaces; | 31 | using OpenSim.Region.Framework.Interfaces; |
31 | using OpenSim.Region.Framework.Scenes; | 32 | using OpenSim.Region.Framework.Scenes; |
32 | 33 | ||