From 30ea28c3b1f7e8bc6534f5353236eb59328ce999 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 2 Apr 2008 16:00:40 +0000 Subject: fix ups to include OpenSim.Framework explicit includes (they were implicitly included before). Everything builds again. Now off to testing. --- OpenSim/Data/MSSQL/MSSQLInventoryData.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Data/MSSQL/MSSQLInventoryData.cs') diff --git a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs index 28d787e..df7020d 100644 --- a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs +++ b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs @@ -30,6 +30,7 @@ using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using libsecondlife; +using OpenSim.Framework; using OpenSim.Framework.Console; namespace OpenSim.Data.MSSQL -- cgit v1.1