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

inv-download
Justin Clark-Casey (justincc) 2015-02-28 00:34:07 +00:00
parent fad4d4dc55
commit 3c92a8e765
1 changed files with 1 additions and 0 deletions

View File

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