mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
fix compilation with boost 1.32.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9276 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b44ed159f
commit
a56b428d88
@ -1,3 +1,8 @@
|
||||
2004-11-20 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Dialogs.h: include <map> since it is used in this file, fixes
|
||||
compilation with boost 1.32.0.
|
||||
|
||||
2004-11-17 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Painter.h: include LColor.h to satisfy concept checks.
|
||||
|
@ -16,6 +16,8 @@
|
||||
#include <boost/signal.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
#include <map>
|
||||
|
||||
class InsetBase;
|
||||
class LyXView;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user