From e154cde32387bdb782ed354123c506e773a6ab6a Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 6 Mar 2002 12:06:34 +0000 Subject: [PATCH] Add LString.h to ControlShowFile.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3675 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ChangeLog | 4 ++++ src/frontends/controllers/ControlShowFile.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index e5ed0f2734..c9d13be26f 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Angus Leeming + + * ControlShowFile.h: add a #include "LString.h" + 2002-03-05 Herbert Voss biblio.C: (getInfo) simplify if using paragraph layout "bibliography". diff --git a/src/frontends/controllers/ControlShowFile.h b/src/frontends/controllers/ControlShowFile.h index 37af002041..a0b8bbdc68 100644 --- a/src/frontends/controllers/ControlShowFile.h +++ b/src/frontends/controllers/ControlShowFile.h @@ -14,6 +14,7 @@ #endif #include "ControlDialog_impl.h" +#include "LString.h" /** A controller for the ShowFile dialog. */ -- 2.39.2