summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qhashfunctions.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/tools/qhashfunctions.h b/src/corelib/tools/qhashfunctions.h
index a3e1600600..7aecd2c012 100644
--- a/src/corelib/tools/qhashfunctions.h
+++ b/src/corelib/tools/qhashfunctions.h
@@ -42,6 +42,7 @@
#define QHASHFUNCTIONS_H
#include <QtCore/qstring.h>
+#include <QtCore/qstringfwd.h>
#include <QtCore/qpair.h>
#include <numeric> // for std::accumulate
@@ -60,9 +61,6 @@
QT_BEGIN_NAMESPACE
class QBitArray;
-class QByteArray;
-class QString;
-class QLatin1String;
#if QT_DEPRECATED_SINCE(6,6)
QT_DEPRECATED_VERSION_X_6_6("Use QHashSeed instead")