]> git.lyx.org Git - features.git/commitdiff
first include config.h
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 20 Oct 2010 23:58:22 +0000 (23:58 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 20 Oct 2010 23:58:22 +0000 (23:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35738 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/InGuiThread.cpp

index 2ffbc7e317ad207ddd40130368e44e9518196c87..17d66d7662ffc395e7a4e1a985d289fc156f836c 100644 (file)
@@ -8,7 +8,9 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#include "InGuiThread.h"
+#include <config.h>
+
+#include "support/InGuiThread.h"
 
 #include <QThread>
 #include <QEventLoop>