aboutsummaryrefslogtreecommitdiffstats
path: root/devel/antlr/files/patch-lib_cpp_antlr_CharScanner.hpp
blob: 5532e4528706b9fbd5a6f6d92faec8d9abee9a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/cpp/antlr/CharScanner.hpp.orig	2018-12-19 22:22:30 UTC
+++ lib/cpp/antlr/CharScanner.hpp
@@ -31,6 +31,7 @@
 #include <antlr/InputBuffer.hpp>
 #include <antlr/BitSet.hpp>
 #include <antlr/LexerSharedInputState.hpp>
+#include <strings.h>
 
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
 namespace antlr {