1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/antlr/files/patch-lib__cpp__antlr__ANTLRException.hpp
2014-07-29 17:12:47 +00:00

11 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