]> git.lyx.org Git - lyx.git/commitdiff
compile fix
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 3 Oct 2006 20:03:25 +0000 (20:03 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 3 Oct 2006 20:03:25 +0000 (20:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15226 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt3/QPrefs.C
src/frontends/qt3/QViewSource.C

index 186618b470443e88bb73e94cd4ba33d57dbec4b8..ec37d9d6ec74584cac9a02990edf05bd13a368ac 100644 (file)
@@ -46,6 +46,7 @@
 #include "controllers/frnt_lang.h"
 #include "controllers/helper_funcs.h"
 
+#include "frontends/Application.h"
 #include "frontends/lyx_gui.h"
 
 #include <qcheckbox.h>
index 945a067d1e6f9319ab7a1f0de5e737b17b2dade9..b8f372ff5cd35c48005d787eca5b19b42f2c4db2 100644 (file)
@@ -16,6 +16,8 @@
 #include "qt_helpers.h"
 #include "lyx_gui.h"
 
+#include "frontends/Application.h"
+
 #include "controllers/ControlViewSource.h"
 
 #include <sstream>