summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Pönitz <andre.poenitz@theqtcompany.com>2015-02-16 13:12:50 +0100
committerAndre Poenitz <andre.poenitz@theqtcompany.com>2015-02-16 14:19:51 +0200
commit81e4659a085311e6dfa526554c203a49a07d5e2b (patch)
tree835fcdabf5cccd29117716e8c9a3e4b6dfe77b8d
parentca4b66e8adb8520098505b9be09fc72a6eb79856 (diff)
downloadqt-creator-81e4659a085311e6dfa526554c203a49a07d5e2b.tar.gz
Compile fix with current qtbase/dev
Change-Id: I6fdb6429e8509468b7a710414af250ea6464d92d Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--plugins/autotest/testresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autotest/testresult.h b/plugins/autotest/testresult.h
index 65b801d5d0..086b0fd21d 100644
--- a/plugins/autotest/testresult.h
+++ b/plugins/autotest/testresult.h
@@ -21,6 +21,7 @@
#include <QString>
#include <QColor>
+#include <QMetaType>
namespace Autotest {
namespace Internal {