From 46161a34a9308575e63b5f8767234f61df6319af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 15 Apr 2024 20:15:02 +0200 Subject: Fix FTBFS from prior commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- poxml/antlr/antlr/CharScanner.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/poxml/antlr/antlr/CharScanner.h b/poxml/antlr/antlr/CharScanner.h index 82766f1f..ece0b5b3 100644 --- a/poxml/antlr/antlr/CharScanner.h +++ b/poxml/antlr/antlr/CharScanner.h @@ -36,14 +36,15 @@ */ #include +#include +#include + #include "antlr/config.h" #include "antlr/TokenStream.h" #include "antlr/RecognitionException.h" #include "antlr/InputBuffer.h" #include "antlr/BitSet.h" #include "antlr/LexerSharedInputState.h" -#include -#include ANTLR_BEGIN_NAMESPACE(antlr) -- cgit v1.2.3