LexerActionType.h: Use antlr4-common.h for size_t
This commit is contained in:
parent
aab2c043f0
commit
63fc7cb7a7
|
@ -5,7 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include "antlr4-common.h"
|
||||
|
||||
namespace antlr4 {
|
||||
namespace atn {
|
||||
|
|
Loading…
Reference in New Issue