From 4b445c487d00cc85b01ff92b554e3c1cce2de32d Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Fri, 17 Feb 2017 23:57:40 +0100 Subject: QRegExp include cleanup This patch adds missing include statement where the QRegExp class is used. Change-Id: I02d2995dd380f1e4db3777ae9759098c0e7757bd Reviewed-by: Robin Burchell --- tools/qmlprofiler/qmlprofilerdata.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/qmlprofiler') diff --git a/tools/qmlprofiler/qmlprofilerdata.cpp b/tools/qmlprofiler/qmlprofilerdata.cpp index 668cb3ce2d..596ad8d47f 100644 --- a/tools/qmlprofiler/qmlprofilerdata.cpp +++ b/tools/qmlprofiler/qmlprofilerdata.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include -- cgit v1.2.3