diff --git a/src/plugins/debugger/cdb/cdbbreakpoint.cpp b/src/plugins/debugger/cdb/cdbbreakpoint.cpp
index e62969a0df21c7eeaee21fa2bf3e126b02d08794..79e7012aeb60106bdc53608afef948ee0bac7a31 100644
--- a/src/plugins/debugger/cdb/cdbbreakpoint.cpp
+++ b/src/plugins/debugger/cdb/cdbbreakpoint.cpp
@@ -30,6 +30,7 @@
 #include "cdbbreakpoint.h"
 #include "cdbmodules.h"
 
+#include <QtCore/QDebug>
 
 namespace Debugger {
 namespace Internal {