summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/snapshothandler.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-26 15:29:28 +0100
committerhjk <hjk@theqtcompany.com>2015-02-26 14:49:20 +0000
commit991cf8499106e1e6a35efd35bcd62cfb2387552c (patch)
tree725e821506fda09578b3f4ee6a30853a7c23161c /src/plugins/debugger/snapshothandler.cpp
parent4602fdb52f91e1168c7e9bc6f34ce595d2aa4e1b (diff)
downloadqt-creator-991cf8499106e1e6a35efd35bcd62cfb2387552c.tar.gz
Clean exported headers of the Debugger plugin.
Change-Id: I70ca6773e0f6aa6d80a441f8920d7f5d2418e1bf Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/snapshothandler.cpp')
-rw-r--r--src/plugins/debugger/snapshothandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/snapshothandler.cpp b/src/plugins/debugger/snapshothandler.cpp
index 4a00a27978..b69680462f 100644
--- a/src/plugins/debugger/snapshothandler.cpp
+++ b/src/plugins/debugger/snapshothandler.cpp
@@ -37,7 +37,9 @@
#include <utils/qtcassert.h>
+#include <QIcon>
#include <QDebug>
+#include <QFile>
namespace Debugger {
namespace Internal {