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/DB4o/DB4oGridData.cs | 1 + OpenSim/Data/DB4o/DB4oManager.cs | 1 + OpenSim/Data/DB4o/DB4oUserData.cs | 1 + 3 files changed, 3 insertions(+) (limited to 'OpenSim/Data/DB4o') diff --git a/OpenSim/Data/DB4o/DB4oGridData.cs b/OpenSim/Data/DB4o/DB4oGridData.cs index d10e7ed..797fdd4 100644 --- a/OpenSim/Data/DB4o/DB4oGridData.cs +++ b/OpenSim/Data/DB4o/DB4oGridData.cs @@ -28,6 +28,7 @@ using System; using System.Collections.Generic; using libsecondlife; +using OpenSim.Framework; namespace OpenSim.Data.DB4o { diff --git a/OpenSim/Data/DB4o/DB4oManager.cs b/OpenSim/Data/DB4o/DB4oManager.cs index c767246..d9085c5 100644 --- a/OpenSim/Data/DB4o/DB4oManager.cs +++ b/OpenSim/Data/DB4o/DB4oManager.cs @@ -29,6 +29,7 @@ using System; using System.Collections.Generic; using Db4objects.Db4o; using libsecondlife; +using OpenSim.Framework; namespace OpenSim.Data.DB4o { diff --git a/OpenSim/Data/DB4o/DB4oUserData.cs b/OpenSim/Data/DB4o/DB4oUserData.cs index b2b1f4d..62671e3 100644 --- a/OpenSim/Data/DB4o/DB4oUserData.cs +++ b/OpenSim/Data/DB4o/DB4oUserData.cs @@ -29,6 +29,7 @@ using System; using System.Collections.Generic; using System.IO; using libsecondlife; +using OpenSim.Framework; namespace OpenSim.Data.DB4o { -- cgit v1.1