add missing using

master
Christopher 2020-06-28 13:43:24 +02:00
parent a4fe69942e
commit 22b1a38318
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ using OpenSim.Region.Framework.Scenes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
[assembly: Addin("TextureFetcher", "0.1")]