aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/procinterrupt.cpp
diff options
context:
space:
mode:
authorRobert Loehning <[email protected]>2013-03-22 15:08:00 +0100
committerDaniel Teske <[email protected]>2013-03-22 15:16:36 +0100
commite9356c28c249d4d87b8364ec82903cb72dc51071 (patch)
tree63fab37394feef15e2669bc93c0ea1a6e506fcdf /src/plugins/debugger/procinterrupt.cpp
parentecb4e2bea7e3d7f93d861885ac451cb2e20dbb76 (diff)
Compile fix
Change-Id: If63099fedcb74cbb377829a2fa870e40feb2ce9e Reviewed-by: Daniel Teske <[email protected]>
Diffstat (limited to 'src/plugins/debugger/procinterrupt.cpp')
-rw-r--r--src/plugins/debugger/procinterrupt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/procinterrupt.cpp b/src/plugins/debugger/procinterrupt.cpp
index 29033d1b94f..31e8eb1315d 100644
--- a/src/plugins/debugger/procinterrupt.cpp
+++ b/src/plugins/debugger/procinterrupt.cpp
@@ -28,6 +28,7 @@
****************************************************************************/
#include "procinterrupt.h"
+#include "debuggerconstants.h"
#include <QProcess> // makes kill visible on Windows.
#include <QDir>