String-ish: Add missing <string_view> #includes
Don't depend on transitive includes.
Amends 96d67da420.
Change-Id: I3ec93e4d786af0babd36bb71a15222ffc3538e38
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
parent
d39353085e
commit
54f49803de
|
|
@ -8,6 +8,7 @@
|
|||
#include <QtCore/qarraydata.h>
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <QtCore/q20type_traits.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
#include <string>
|
||||
#include <iterator>
|
||||
#include <QtCore/q20memory.h>
|
||||
#include <string_view>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
#include <QtCore/qstringalgorithms.h>
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <QtCore/q20type_traits.h>
|
||||
|
||||
#if defined(Q_OS_DARWIN) || defined(Q_QDOC)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#include <QtCore/qbytearrayview.h>
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <QtCore/q20type_traits.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue