forked from jasder/antlr
Add missing using for (for attributes)
This commit is contained in:
parent
8d4c3252f5
commit
3c6ad91028
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue