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 <samuel.gaist@edeltech.ch>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2017-03-13 16:19:45 +02:00
committed by Orgad Shaneh
parent cf93b4cc03
commit 9804d56009

View File

@@ -32,6 +32,7 @@
#include <QFileInfo>
#include <QProcess>
#include <QRegExp>
using namespace ProjectExplorer;
using namespace Utils;