Browse Source

Fix build

svn path=/trunk/mcs/; revision=65479
Miguel de Icaza 19 years ago
parent
commit
573d17ed8b

+ 2 - 2
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FlowPanelTests.cs

@@ -1,11 +1,11 @@
 using System;
-using System.Collections.Generic;
 using System.Text;
 using NUnit.Framework;
 using System.Windows.Forms;
 using System.Drawing;
 
-#ifdef NET_2_0
+#if NET_2_0
+using System.Collections.Generic;
 namespace ProfessionalColorTest
 {
 	[TestFixture()]