summaryrefslogtreecommitdiff
path: root/devel/antlr/files/patch-lib::cpp::antlr::ANTLRException.hpp
blob: 7048a047e182e35efdaf100da9cf4349832bca75 (plain) (blame)
1
2
3
4
5
6
7
8
9
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