From aca7f1fb7e544fd68adc5f05b291ebefe3a21c94 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sun, 12 Mar 2017 22:10:31 +0100 Subject: QRegExp include cleanup This patch adds the missing include statements for QRegExp. Change-Id: I05fed3e83514af895b95a3df746b0ae1e6b31828 Reviewed-by: Oswald Buddenhagen --- tools/binarycreator/binarycreator.cpp | 1 + tools/binarycreator/rcc/rcc.cpp | 1 + tools/common/repositorygen.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp index 8687f7b1d..270440310 100644 --- a/tools/binarycreator/binarycreator.cpp +++ b/tools/binarycreator/binarycreator.cpp @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include diff --git a/tools/binarycreator/rcc/rcc.cpp b/tools/binarycreator/rcc/rcc.cpp index 241297475..ce19d5e42 100644 --- a/tools/binarycreator/rcc/rcc.cpp +++ b/tools/binarycreator/rcc/rcc.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp index 4335d5c8d..a2b4fd5f4 100644 --- a/tools/common/repositorygen.cpp +++ b/tools/common/repositorygen.cpp @@ -40,6 +40,7 @@ #include #include +#include #include -- cgit v1.2.3