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:02 +0200
commit46161a34a9308575e63b5f8767234f61df6319af (patch)
treece66917056c3499bf37c4e4a6ead8e464c585a63
parent8ec6dcff2244bed7bae7b6a671b88cb72d8cd186 (diff)
downloadtdesdk-master.tar.gz
tdesdk-master.zip
Fix FTBFS from prior commit.HEADmaster
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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)