From: Angus Leeming Date: Fri, 25 Jan 2002 19:07:34 +0000 (+0000) Subject: added #include "LString.h" where they belong. X-Git-Tag: 1.6.10~19959 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=aa4b2e082b8122bf2e887abf6dd9216afdadc2f6;p=lyx.git added #include "LString.h" where they belong. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3436 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 1f37f1946e..f33918b6ec 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,8 @@ +2002-01-25 Angus Leeming + + * ControlAboutlyx.h: + * ControlTexinfo.h: added #include "LString.h" where they belong. + 2002-01-25 Angus Leeming * ControlCitation.C: diff --git a/src/frontends/controllers/ControlAboutlyx.h b/src/frontends/controllers/ControlAboutlyx.h index ea793cd738..1b921b67ee 100644 --- a/src/frontends/controllers/ControlAboutlyx.h +++ b/src/frontends/controllers/ControlAboutlyx.h @@ -11,13 +11,13 @@ #ifndef CONTROLABOUTLYX_H #define CONTROLABOUTLYX_H -#include "Lsstream.h" - #ifdef __GNUG__ #pragma interface #endif #include "ControlDialog_impl.h" +#include "Lsstream.h" +#include "LString.h" /** A controller for the About LyX dialogs. */ diff --git a/src/frontends/controllers/ControlTexinfo.h b/src/frontends/controllers/ControlTexinfo.h index 574954731a..72b7c5ab32 100644 --- a/src/frontends/controllers/ControlTexinfo.h +++ b/src/frontends/controllers/ControlTexinfo.h @@ -20,6 +20,7 @@ #endif #include "ControlDialog_impl.h" +#include "LString.h" /** A controller for Texinfo dialogs. */