From 76ca291deee980e8952e438abb5a26e6468d0c29 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sun, 19 Feb 2017 00:29:52 +0100 Subject: Cleanup QRegExp includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds the missing QRegExp includes in prevision of the qtbase include cleanup. Change-Id: I25b66ac2cf71bdfa74612aa9dcd35ae9d0584f17 Reviewed-by: André Hartmann Reviewed-by: Friedemann Kleint Reviewed-by: Oswald Buddenhagen --- src/qdoc/cppcodemarker.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qdoc/cppcodemarker.cpp') diff --git a/src/qdoc/cppcodemarker.cpp b/src/qdoc/cppcodemarker.cpp index 8eac38629..40a3e8b81 100644 --- a/src/qdoc/cppcodemarker.cpp +++ b/src/qdoc/cppcodemarker.cpp @@ -36,6 +36,7 @@ #include "text.h" #include "tree.h" #include +#include #include QT_BEGIN_NAMESPACE -- cgit v1.2.1