diff options
author | hjk <qtc-committer@nokia.com> | 2011-03-02 11:18:46 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2011-03-02 11:51:10 +0100 |
commit | 5e3c49d86feb33f3b722760ceaf002664341cb10 (patch) | |
tree | 79c3199a5dca4ca05423f5472f93afbd7a89fd17 /tools | |
parent | 183ac025fec424743ba007eeb96850cd733aa99c (diff) | |
download | qt4-tools-5e3c49d86feb33f3b722760ceaf002664341cb10.tar.gz |
qdoc3: Fix compilation with -no-stl
Reviewed-by: David Boddie
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/cppcodemarker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/cppcodemarker.cpp b/tools/qdoc3/cppcodemarker.cpp index e27916b3ee..c2cad89b18 100644 --- a/tools/qdoc3/cppcodemarker.cpp +++ b/tools/qdoc3/cppcodemarker.cpp @@ -49,6 +49,8 @@ #include "text.h" #include "tree.h" +#include <ctype.h> + QT_BEGIN_NAMESPACE /*! |