diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-08-18 13:58:23 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-08-18 13:59:46 +0200 |
commit | 2a3684fb2fb55119d9c977be4a9c3fd3ce562ec2 (patch) | |
tree | 0f84aa2e1f5d6c5d80a0e37a517ec8604cd61a3a /src/plugins/projectexplorer/msvcparser.h | |
parent | cc632c15978874e7d5b560776d41cfbd949fe88a (diff) | |
download | qt-creator-2a3684fb2fb55119d9c977be4a9c3fd3ce562ec2.tar.gz |
Compile fix Windows.
Change-Id: I93048cf9e4fda2d261037408967c30a0f5796110
Reviewed-on: http://codereview.qt.nokia.com/3181
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/msvcparser.h')
-rw-r--r-- | src/plugins/projectexplorer/msvcparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/msvcparser.h b/src/plugins/projectexplorer/msvcparser.h index 118ac375d4..d7890f28d3 100644 --- a/src/plugins/projectexplorer/msvcparser.h +++ b/src/plugins/projectexplorer/msvcparser.h @@ -34,7 +34,7 @@ #define MSVCPARSER_H #include "ioutputparser.h" -#include "taskwindow.h" +#include "task.h" #include <QtCore/QRegExp> #include <QtCore/QString> |