mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
7d09a8c0e7
commit
a24f943d37
@ -17,6 +17,7 @@
|
||||
#endif
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
#include "LString.h"
|
||||
#include "undo.h"
|
||||
#include "commandtags.h"
|
||||
#include <boost/utility.hpp>
|
||||
|
@ -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().
|
||||
|
@ -16,6 +16,8 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include "LString.h"
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <boost/array.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user