From 9804d56009e4259174cb14a9aabb8d3ac92dc036 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 13 Mar 2017 16:19:45 +0200 Subject: [PATCH] Nim: Add an explicit include for QRegExp Other includes will be merged from 4.2. Nim doesn't exist there. Change-Id: I0d701a07adefe04e730898a219be021ec4e70860 Reviewed-by: Samuel Gaist Reviewed-by: Eike Ziller --- src/plugins/nim/project/nimtoolchain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/nim/project/nimtoolchain.cpp b/src/plugins/nim/project/nimtoolchain.cpp index 1c34ec24058..6c8fd0f32b8 100644 --- a/src/plugins/nim/project/nimtoolchain.cpp +++ b/src/plugins/nim/project/nimtoolchain.cpp @@ -32,6 +32,7 @@ #include #include +#include using namespace ProjectExplorer; using namespace Utils;