LexerActionType.h: Use antlr4-common.h for size_t

This commit is contained in:
Jan Martin Mikkelsen 2017-06-12 19:42:04 +10:00
parent aab2c043f0
commit 63fc7cb7a7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#include <stddef.h>
#include "antlr4-common.h"
namespace antlr4 {
namespace atn {