]> git.lyx.org Git - features.git/commitdiff
Add config.h to src/frontends/qt4/Application.C to avoid MSVC BOOST_ALL_NO_LIB problem.
authorBo Peng <bpeng@lyx.org>
Sat, 1 Jul 2006 18:14:58 +0000 (18:14 +0000)
committerBo Peng <bpeng@lyx.org>
Sat, 1 Jul 2006 18:14:58 +0000 (18:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14284 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Application.C

index 51e2380a5d89e67d04b4a189b034668e66bec7a8..0ceddf897ca2ac799eef56bfb20320264b9d0589 100644 (file)
@@ -10,6 +10,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "GuiWorkArea.h"
 #include "Application.h"