From 94ad8518e04bab04f0a041638c7d053fa434c41f Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 4 Jun 2020 20:44:29 +0200 Subject: [PATCH] Include qstringtokenizer.h from qstring.h It's a bit annoying that you have to include to use the tokenize() methods. The separation is a historic artefact, just fix it. Change-Id: Ied4cc0c8dd2bb6735bf29fbb26fdbf47d07db264 Reviewed-by: Lars Knoll --- src/corelib/text/qstring.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/text/qstring.h b/src/corelib/text/qstring.h index 45eb5f24742..b06afccc744 100644 --- a/src/corelib/text/qstring.h +++ b/src/corelib/text/qstring.h @@ -53,6 +53,7 @@ #include #include #include +#include #include #include