Skip to content

Commit 2df85c1

Browse files
committed
Add missing using statement.
1 parent cd379a1 commit 2df85c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Parsing/VBA/RubberduckParserState.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
using Rubberduck.VBEditor.Events;
1919
using Rubberduck.VBEditor.SafeComWrappers;
2020
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
21+
using Antlr4.Runtime;
2122

2223
// ReSharper disable LoopCanBeConvertedToQuery
2324

0 commit comments

Comments
 (0)