Browse Source

2003-12-28 Tim Coleman <[email protected]>
* SqlResultSet.cs:
Missed a couple of includes.

svn path=/trunk/mcs/; revision=21523

Tim Coleman 22 years ago
parent
commit
b2a700554e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mcs/class/System.Data/System.Data.SqlClient/SqlResultSet.cs

+ 2 - 0
mcs/class/System.Data/System.Data.SqlClient/SqlResultSet.cs

@@ -9,7 +9,9 @@
 
 #if NET_1_2
 
+using System;
 using System.Collections;
+using System.Data;
 using System.Data.Sql;
 using System.Data.SqlTypes;