diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2012-01-24 14:02:59 +0100 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2012-01-24 14:14:00 +0100 |
commit | 50b1d6742ae58cb65cc6322d3a91b04f81f1f2bb (patch) | |
tree | c37625047be4c77569a8464ec88129708b6d16b4 /src/plugins/cpptools/cppfindreferences.h | |
parent | 474fa9a7ff70c624fbf7002c940b7a11237a0ab9 (diff) | |
download | qt-creator-50b1d6742ae58cb65cc6322d3a91b04f81f1f2bb.tar.gz |
Windows build fix.
Change-Id: If5389209dad8dbd4c78d9faff41323ae3218cd78
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/cpptools/cppfindreferences.h')
-rw-r--r-- | src/plugins/cpptools/cppfindreferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppfindreferences.h b/src/plugins/cpptools/cppfindreferences.h index 03755b0849..b996258092 100644 --- a/src/plugins/cpptools/cppfindreferences.h +++ b/src/plugins/cpptools/cppfindreferences.h @@ -43,6 +43,7 @@ #include <QtCore/QPointer> #include <QtCore/QFuture> #include <QtCore/QFutureWatcher> +#include <QtCore/QMetaType> QT_FORWARD_DECLARE_CLASS(QTimer) |