diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-14 02:41:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-14 02:41:51 +0000 |
commit | 5ddbd55e6ef0a50c318af360e0ecfab12bff0c85 (patch) | |
tree | e62ded06d148a68e36a9e38aa22371c9f914dd07 /lib | |
parent | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (diff) | |
download | tdevelop-5ddbd55e6ef0a50c318af360e0ecfab12bff0c85.tar.gz tdevelop-5ddbd55e6ef0a50c318af360e0ecfab12bff0c85.zip |
* Fixed gcc4.4 compilation issues
* Repaired malfunctioning debug configuration dialog that prevented execution of gdb
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1062175 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib')
-rw-r--r-- | lib/antlr/antlr/CharScanner.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/antlr/antlr/CharScanner.hpp b/lib/antlr/antlr/CharScanner.hpp index c426eba2..f7e58520 100644 --- a/lib/antlr/antlr/CharScanner.hpp +++ b/lib/antlr/antlr/CharScanner.hpp @@ -18,6 +18,7 @@ #include <cctype> #endif #include <cstring> +#include <cstdio> #if ( _MSC_VER == 1200 ) // VC6 seems to need this |