* Add missing System.Reflection reference from last commit

0.6.5-rc1
Justin Clarke Casey 2009-04-29 17:56:25 +00:00
parent c56f928c80
commit 7d11434a9c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Reflection;
using System.Text; using System.Text;
using System.Threading; using System.Threading;
using NUnit.Framework; using NUnit.Framework;