Added missing using in last commit - thx xylographe :)

This commit is contained in:
niksedk 2016-01-25 20:22:42 +01:00
parent 20f1f5e938
commit 230f6a1be9

View File

@ -1,4 +1,5 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("libse")]