summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-04-15 20:15:02 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-04-15 20:15:30 +0200
commit2a74797a7b4e27c9327b49be4554e17485e8f596 (patch)
tree577fa6805821c69e2601042d82ba03a5d99ad3c5
parent9c42eeca7dd388fd6703925ef029b94c223c2e90 (diff)
downloadtdesdk-r14.1.x.tar.gz
tdesdk-r14.1.x.zip
Fix FTBFS from prior commit.r14.1.2r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 46161a34a9308575e63b5f8767234f61df6319af)
-rw-r--r--poxml/antlr/antlr/CharScanner.h5
1 files 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 <cstdio>
+#include <functional>
+#include <map>
+
#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 <map>
-#include <cstdio>
ANTLR_BEGIN_NAMESPACE(antlr)