Add OpenSim.Framework using statement necessary to get previous fad4d4dc to compile.

This commit is contained in:
Justin Clark-Casey (justincc)
2015-02-28 00:34:07 +00:00
parent fad4d4dc55
commit 3c92a8e765

View File

@@ -27,6 +27,7 @@
using System;
using System.IO;
using OpenSim.Framework;
using OpenSim.Region.Framework.Interfaces;
using OpenSim.Region.Framework.Scenes;