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/MySQL/MySQLInventoryData.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Data/MySQL/MySQLInventoryData.cs') diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs index 326bf60..ceb73c5 100644 --- a/OpenSim/Data/MySQL/MySQLInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs @@ -29,6 +29,7 @@ using System; using System.Collections.Generic; using libsecondlife; using MySql.Data.MySqlClient; +using OpenSim.Framework; using OpenSim.Framework.Console; namespace OpenSim.Data.MySQL -- cgit v1.1