]> git.lyx.org Git - features.git/commitdiff
Fix compilation problem
authorDekel Tsur <dekelts@tau.ac.il>
Thu, 8 Mar 2001 14:56:55 +0000 (14:56 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Thu, 8 Mar 2001 14:56:55 +0000 (14:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1717 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.h
src/ChangeLog
src/lyxparagraph.h

index 611e0b546cefb9ed77adcd2054c51d21119da6bb..bb524e302612b419a9bb3ce43f5f57271db2cc58 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include FORMS_H_LOCATION
+#include "LString.h"
 #include "undo.h"
 #include "commandtags.h"
 #include <boost/utility.hpp>
index 4b3420b83069d207a077e4022c4026bda55efadc..21fbce4426ee851ddc85f8e38ca5c8cf5e9a6f04 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView.h: 
+       * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
+       problem.
+
 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * main.C (main): pass lyx_localedir to gettext_init().
index 981f3d3f804d750c26c0c65758814207b34031fd..1b4a6ce28f17faa0d72ef731de68acfc52998f0a 100644 (file)
@@ -16,6 +16,8 @@
 #pragma interface
 #endif
 
+#include "LString.h"
+
 #include <vector>
 #include <list>
 #include <boost/array.hpp>