From 7995784a8c93c61cf5d907c2af5524a963a72bb0 Mon Sep 17 00:00:00 2001 From: axis Date: Wed, 21 Jul 2010 15:41:18 +0200 Subject: Added missing header to qstring.cpp. --- src/corelib/tools/qstring.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index b5651de..d6ab5da 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -69,6 +69,10 @@ #include #endif +#ifdef Q_OS_SYMBIAN +#include +#endif + #include #include #include -- cgit v0.12