diff options
Diffstat (limited to 'devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp')
-rw-r--r-- | devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp b/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp new file mode 100644 index 000000000000..7048a047e182 --- /dev/null +++ b/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp @@ -0,0 +1,10 @@ +--- lib/cpp/antlr/ANTLRException.hpp.orig Fri Apr 25 01:59:50 2003 ++++ lib/cpp/antlr/ANTLRException.hpp Fri Apr 25 01:55:50 2003 +@@ -9,6 +9,7 @@ + */ + + #include <antlr/config.hpp> ++#include <exception> + #include <string> + + #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE |