From: Peter Kümmel Date: Wed, 20 Oct 2010 23:58:22 +0000 (+0000) Subject: first include config.h X-Git-Tag: 2.0.0~2325 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=391634eb67e1aa91ce877c1996751ace30f482a5;p=features.git first include config.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35738 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/InGuiThread.cpp b/src/support/InGuiThread.cpp index 2ffbc7e317..17d66d7662 100644 --- a/src/support/InGuiThread.cpp +++ b/src/support/InGuiThread.cpp @@ -8,7 +8,9 @@ * Full author contact details are available in file CREDITS. */ -#include "InGuiThread.h" +#include + +#include "support/InGuiThread.h" #include #include