]> git.lyx.org Git - features.git/commitdiff
Add LString.h to ControlShowFile.h
authorAngus Leeming <leeming@lyx.org>
Wed, 6 Mar 2002 12:06:34 +0000 (12:06 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 6 Mar 2002 12:06:34 +0000 (12:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3675 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlShowFile.h

index e5ed0f273428986fa36b1004bd6e2a2a053e375c..c9d13be26f1af1fe039421bd8a11306d843b2f19 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlShowFile.h: add a #include "LString.h"
+
 2002-03-05  Herbert Voss  <voss@lyx.org>
 
        biblio.C: (getInfo) simplify if using paragraph layout "bibliography".
index 37af002041d9e9fde7229b50a8809bf8807f5149..a0b8bbdc689d01b7d7a253521a312583ff089890 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 #include "ControlDialog_impl.h"
+#include "LString.h"
 
 /** A controller for the ShowFile dialog. */