diff options
Diffstat (limited to 'dev-lang/gdl/files/gdl-0.9_rc4-gcc4.3.patch')
-rw-r--r-- | dev-lang/gdl/files/gdl-0.9_rc4-gcc4.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/gdl/files/gdl-0.9_rc4-gcc4.3.patch b/dev-lang/gdl/files/gdl-0.9_rc4-gcc4.3.patch new file mode 100644 index 000000000000..bccb73c994f3 --- /dev/null +++ b/dev-lang/gdl/files/gdl-0.9_rc4-gcc4.3.patch @@ -0,0 +1,11 @@ +--- gdl-0.9rc4.orig/src/CFMTLexer.cpp 2010-02-02 18:13:51.000000000 +0000 ++++ gdl-0.9rc4/src/CFMTLexer.cpp 2010-02-22 19:38:12.118389285 +0000 +@@ -11,6 +11,8 @@ + #include <antlr/CharStreamIOException.hpp> + #include <antlr/NoViableAltForCharException.hpp> + ++#include <cstdlib> ++ + CFMTLexer::CFMTLexer(std::istream& in) + : antlr::CharScanner(new antlr::CharBuffer(in),true) + { |