freebsd-ports/devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp
Ernst de Haan 0972feddc1 Update ANTLR to 2.7.2.
PR:		51416, 51417, 51418, 51905
Submitted by:	maintainer
2003-05-08 08:46:28 +00:00

10 lines
261 B
C++

--- 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