From 3cd4e3987258385b3c3d8f2c2be0a12413994031 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 17 Feb 2009 11:16:23 +0100 Subject: Fixes: debugger: fix assert includes --- src/plugins/debugger/threadswindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/debugger/threadswindow.cpp') diff --git a/src/plugins/debugger/threadswindow.cpp b/src/plugins/debugger/threadswindow.cpp index bf418cd0fc..5d49e5dc79 100644 --- a/src/plugins/debugger/threadswindow.cpp +++ b/src/plugins/debugger/threadswindow.cpp @@ -33,9 +33,10 @@ #include "threadswindow.h" -#include "assert.h" #include "stackhandler.h" +#include + #include #include #include -- cgit v1.2.1