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:
Lars Gullik Bjønnes 2004-11-20 09:35:17 +00:00
parent 6b44ed159f
commit a56b428d88
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -16,6 +16,8 @@
#include <boost/signal.hpp>
#include <boost/utility.hpp>
#include <map>
class InsetBase;
class LyXView;