From: Pavel Sanda Date: Wed, 23 Dec 2009 15:39:18 +0000 (+0000) Subject: Make easier lyxerr usage X-Git-Tag: 2.0.0~4730 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b52f6c09f75b5209b5b405f30a07b26b21de2319;p=features.git Make easier lyxerr usage git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32623 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiProgress.cpp b/src/frontends/qt4/GuiProgress.cpp index c43a96922b..df0f772f5f 100644 --- a/src/frontends/qt4/GuiProgress.cpp +++ b/src/frontends/qt4/GuiProgress.cpp @@ -16,6 +16,7 @@ #include "qt_helpers.h" +#include "support/debug.h" #include "support/Systemcall.h" #include