fix ups to include OpenSim.Framework explicit includes (they

were implicitly included before).  Everything builds again.
Now off to testing.
This commit is contained in:
Sean Dague
2008-04-02 16:00:40 +00:00
parent 849592391a
commit 30ea28c3b1
20 changed files with 22 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ using System.Data;
using System.Reflection;
using libsecondlife;
using Mono.Data.SqliteClient;
using OpenSim.Framework;
using OpenSim.Framework.Console;
namespace OpenSim.Data.SQLite