diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-02-26 16:50:39 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-02-26 17:56:32 +0200 |
commit | 01eb2ad24fc90ba5cf21e703d7bebe7538bd14ba (patch) | |
tree | 10cdcb266bdd85d71e778dddb536bc45e4d93eeb /plugins/autotest/testresultspane.cpp | |
parent | 7f5db665969865cd6a72841887dddb87a06fd5b9 (diff) | |
download | qt-creator-01eb2ad24fc90ba5cf21e703d7bebe7538bd14ba.tar.gz |
Compile fix: Add missing includes
Change-Id: Ie93829eb73888646fcfd76746cd74bd7c1b09924
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/testresultspane.cpp')
-rw-r--r-- | plugins/autotest/testresultspane.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/autotest/testresultspane.cpp b/plugins/autotest/testresultspane.cpp index 6985a7d86f..6b50fd5fd6 100644 --- a/plugins/autotest/testresultspane.cpp +++ b/plugins/autotest/testresultspane.cpp @@ -26,6 +26,7 @@ #include "testtreemodel.h" #include <coreplugin/coreconstants.h> +#include <coreplugin/editormanager/editormanager.h> #include <coreplugin/icontext.h> #include <texteditor/texteditor.h> @@ -35,6 +36,7 @@ #include <QDebug> #include <QHBoxLayout> +#include <QMenu> #include <QToolButton> #include <QVBoxLayout> |