From: Dekel Tsur Date: Thu, 8 Mar 2001 14:56:55 +0000 (+0000) Subject: Fix compilation problem X-Git-Tag: 1.6.10~21496 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a24f943d3746f3fb43b4cb5c1c9f72e498355b5b;p=features.git Fix compilation problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1717 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView.h b/src/BufferView.h index 611e0b546c..bb524e3026 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -17,6 +17,7 @@ #endif #include FORMS_H_LOCATION +#include "LString.h" #include "undo.h" #include "commandtags.h" #include diff --git a/src/ChangeLog b/src/ChangeLog index 4b3420b830..21fbce4426 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-03-08 Dekel Tsur + + * BufferView.h: + * lyxparagraph.h: Add '#include "LString.h"' to fix compilation + problem. + 2001-03-08 Jean-Marc Lasgouttes * main.C (main): pass lyx_localedir to gettext_init(). diff --git a/src/lyxparagraph.h b/src/lyxparagraph.h index 981f3d3f80..1b4a6ce28f 100644 --- a/src/lyxparagraph.h +++ b/src/lyxparagraph.h @@ -16,6 +16,8 @@ #pragma interface #endif +#include "LString.h" + #include #include #include