From: Georg Baum Date: Tue, 3 Oct 2006 20:03:25 +0000 (+0000) Subject: compile fix X-Git-Tag: 1.6.10~12463 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b9f008e2ba55ceac19d42f7748a77f7967b5e1ff;p=lyx.git compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15226 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt3/QPrefs.C b/src/frontends/qt3/QPrefs.C index 186618b470..ec37d9d6ec 100644 --- a/src/frontends/qt3/QPrefs.C +++ b/src/frontends/qt3/QPrefs.C @@ -46,6 +46,7 @@ #include "controllers/frnt_lang.h" #include "controllers/helper_funcs.h" +#include "frontends/Application.h" #include "frontends/lyx_gui.h" #include diff --git a/src/frontends/qt3/QViewSource.C b/src/frontends/qt3/QViewSource.C index 945a067d1e..b8f372ff5c 100644 --- a/src/frontends/qt3/QViewSource.C +++ b/src/frontends/qt3/QViewSource.C @@ -16,6 +16,8 @@ #include "qt_helpers.h" #include "lyx_gui.h" +#include "frontends/Application.h" + #include "controllers/ControlViewSource.h" #include