summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringalgorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qstringalgorithms.h')
-rw-r--r--src/corelib/text/qstringalgorithms.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/text/qstringalgorithms.h b/src/corelib/text/qstringalgorithms.h
index f1aa052eac..3b67739232 100644
--- a/src/corelib/text/qstringalgorithms.h
+++ b/src/corelib/text/qstringalgorithms.h
@@ -41,7 +41,7 @@
#define QSTRINGALGORITHMS_H
#include <QtCore/qnamespace.h>
-
+#include <QtCore/qcontainerfwd.h>
#if 0
#pragma qt_class(QStringAlgorithms)
#endif
@@ -52,7 +52,6 @@ class QByteArray;
class QLatin1String;
class QStringView;
class QChar;
-template <typename T> class QVector;
namespace QtPrivate {