components/antlr/patches/antlr-2.7.7-newgcc.patch
changeset 1035 ffa1c1456e97
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/antlr/patches/antlr-2.7.7-newgcc.patch	Tue Oct 30 06:55:04 2012 -0700
@@ -0,0 +1,12 @@
+diff -up ./lib/cpp/antlr/CharScanner.hpp.sav ./lib/cpp/antlr/CharScanner.hpp
+--- ./lib/cpp/antlr/CharScanner.hpp.sav	2009-03-20 14:42:43.000000000 -0400
++++ ./lib/cpp/antlr/CharScanner.hpp	2009-03-20 14:43:29.000000000 -0400
+@@ -11,6 +11,8 @@
+ #include <antlr/config.hpp>
+ 
+ #include <map>
++#include <strings.h>
++#include <cstdio>
+ 
+ #ifdef HAS_NOT_CCTYPE_H
+ #include <ctype.h>