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

@@ -29,6 +29,7 @@ using System;
using System.Collections;
using libsecondlife;
using Nwc.XmlRpc;
using OpenSim.Framework;
namespace OpenSim.Data
{