From 5001efe30eae8af63c037fae9bfe74bc82f203a6 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 5 Nov 2011 14:32:37 +0000 Subject: [PATCH] DBG: Fixed compilation, due to IFDEF (rev 33336 #2642e6a579) git-svn-id: trunk@33339 - --- debugger/debugoutputform.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debugger/debugoutputform.pp b/debugger/debugoutputform.pp index 0c82a14e30..29d32c8b61 100644 --- a/debugger/debugoutputform.pp +++ b/debugger/debugoutputform.pp @@ -45,9 +45,9 @@ interface uses Classes, Graphics, Controls, Forms, Dialogs, Clipbrd, IDEWindowIntf, IDEOptionDefs, - Buttons, StdCtrls, Menus, ExtCtrls, DebuggerDlg + BaseDebugManager, Buttons, StdCtrls, Menus, ExtCtrls, DebuggerDlg {$IFDEF DBG_WITH_DEBUGGER_DEBUG} - , BaseDebugManager, GDBMIDebugger, CmdLineDebugger + , GDBMIDebugger, CmdLineDebugger {$ENDIF} ;