diff options
author | Sean Dague | 2008-06-19 15:44:33 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-19 15:44:33 +0000 |
commit | 40f32a9271d70675798e6ab820cbc5cec2fe0d12 (patch) | |
tree | 993442394ee39fa090002910a42b00e86371dc84 /OpenSim | |
parent | add migrations support for mysql log store. This should complete (diff) | |
download | opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.zip opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.tar.gz opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.tar.bz2 opensim-SC_OLD-40f32a9271d70675798e6ab820cbc5cec2fe0d12.tar.xz |
oops, build break. needed to include another reference.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLLogData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLLogData.cs b/OpenSim/Data/MySQL/MySQLLogData.cs index 2e6de7c..2ca5bb2 100644 --- a/OpenSim/Data/MySQL/MySQLLogData.cs +++ b/OpenSim/Data/MySQL/MySQLLogData.cs | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | using System; | 27 | using System; |
28 | using System.Reflection; | 28 | using System.Reflection; |
29 | using System.Collections.Generic; | ||
29 | using log4net; | 30 | using log4net; |
30 | 31 | ||
31 | namespace OpenSim.Data.MySQL | 32 | namespace OpenSim.Data.MySQL |