From 40f32a9271d70675798e6ab820cbc5cec2fe0d12 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 19 Jun 2008 15:44:33 +0000 Subject: oops, build break. needed to include another reference. --- OpenSim/Data/MySQL/MySQLLogData.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Data') 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 @@ */ using System; using System.Reflection; +using System.Collections.Generic; using log4net; namespace OpenSim.Data.MySQL -- cgit v1.1