QStringTokenizer: Add a missing include

This header uses std::forward_iterator_tag, which requires including
the <iterator> header.

This fixes building with libc++ with
_LIBCPP_REMOVE_TRANSITIVE_INCLUDES enabled.

Pick-to: 6.7 6.5 6.2
Change-Id: Id2ce97e158c87dab1efe30e54a93f0bc9351de5a
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Martin Storsjö 2024-04-09 14:03:29 +03:00
parent e20a3694c7
commit aa896ca9f5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <QtCore/qnamespace.h>
#include <QtCore/qcontainerfwd.h>
#include <iterator>
QT_BEGIN_NAMESPACE