diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-05-17 14:48:12 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-05-17 14:48:47 (GMT) |
commit | 45791722b9491076a7308a30159eba7309220664 (patch) | |
tree | 5ccdea118294ba02f6e302c93c7fffd71ddc146c /src | |
parent | 6a6ac23b2bc34262521bbc92da21f91fbc85695a (diff) | |
download | Qt-45791722b9491076a7308a30159eba7309220664.zip Qt-45791722b9491076a7308a30159eba7309220664.tar.gz Qt-45791722b9491076a7308a30159eba7309220664.tar.bz2 |
Compile with Gcc 4.1
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/styles/qstylehelper_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styles/qstylehelper_p.h b/src/gui/styles/qstylehelper_p.h index 555ad60..71fce55 100644 --- a/src/gui/styles/qstylehelper_p.h +++ b/src/gui/styles/qstylehelper_p.h @@ -43,6 +43,7 @@ #include <QtCore/qpoint.h> #include <QtCore/qstring.h> #include <QtGui/qpolygon.h> +#include <QtCore/qstringbuilder.h> #ifndef QSTYLEHELPER_P_H #define QSTYLEHELPER_P_H |