Fixes: debugger: fix assert includes

This commit is contained in:
hjk
2009-02-17 11:16:23 +01:00
parent 30f0f63002
commit 3cd4e39872
6 changed files with 11 additions and 7 deletions

View File

@@ -33,9 +33,10 @@
#include "threadswindow.h"
#include "assert.h"
#include "stackhandler.h"
#include <utils/qtcassert.h>
#include <QAction>
#include <QComboBox>
#include <QDebug>