Skip to content

Commit 995b102

Browse files
committed
Perl Debugger GUI in separate class
1 parent f16ddd9 commit 995b102

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/page.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@
3030
#include <QMessageBox>
3131

3232
#include "file-reader.h"
33-
#include "perl-debugger-handler.h"
3433
#include "script-handler.h"
3534

35+
#if PERL_DEBUGGER_GUI == 1
36+
#include "perl-debugger-handler.h"
37+
#endif
38+
3639
// ==============================
3740
// WEB PAGE CLASS CONSTRUCTOR:
3841
// ==============================

0 commit comments

Comments
 (0)