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