Fix compilation problem

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1717 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-03-08 14:56:55 +00:00
parent 7d09a8c0e7
commit a24f943d37
3 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#endif
#include FORMS_H_LOCATION
#include "LString.h"
#include "undo.h"
#include "commandtags.h"
#include <boost/utility.hpp>

View 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().

View File

@ -16,6 +16,8 @@
#pragma interface
#endif
#include "LString.h"
#include <vector>
#include <list>
#include <boost/array.hpp>