diff options
author | Melanie Thielker | 2009-05-10 00:40:08 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-10 00:40:08 +0000 |
commit | 14a6880352da1b691095f61e06612f5a91dfdc08 (patch) | |
tree | 009c217def010f297e27656aceb0349522fcc315 /OpenSim | |
parent | Small asset cache addition. Comment a debug output left in CAPS (diff) | |
download | opensim-SC_OLD-14a6880352da1b691095f61e06612f5a91dfdc08.zip opensim-SC_OLD-14a6880352da1b691095f61e06612f5a91dfdc08.tar.gz opensim-SC_OLD-14a6880352da1b691095f61e06612f5a91dfdc08.tar.bz2 opensim-SC_OLD-14a6880352da1b691095f61e06612f5a91dfdc08.tar.xz |
Fix the build break
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/CoreAssetCache.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/CoreAssetCache.cs b/OpenSim/Region/CoreModules/Asset/CoreAssetCache.cs index 17caa9b..957b04f 100644 --- a/OpenSim/Region/CoreModules/Asset/CoreAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/CoreAssetCache.cs | |||
@@ -28,6 +28,7 @@ | |||
28 | using log4net; | 28 | using log4net; |
29 | using System; | 29 | using System; |
30 | using System.IO; | 30 | using System.IO; |
31 | using System.Collections.Generic; | ||
31 | using System.Reflection; | 32 | using System.Reflection; |
32 | using Nini.Config; | 33 | using Nini.Config; |
33 | using OpenSim.Framework; | 34 | using OpenSim.Framework; |