Add missing using for (for attributes)

This commit is contained in:
Sam Harwell 2013-02-16 09:46:10 -06:00
parent 8d4c3252f5
commit 3c6ad91028
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Sharpen;
namespace Antlr4.Runtime