fix for compilation with boost 1.32.0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9275 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2004-11-20 09:19:52 +00:00
parent 2349a51b12
commit 6b44ed159f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-11-20 Lars Gullik Bjonnes <larsbj@gullik.net>
* GraphicsCache.C: include <map> to fix compilation with boost
1.32.0
2004-11-09 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* GraphicsCacheItem.C:

View File

@ -19,6 +19,8 @@
#include "support/filetools.h"
#include <map>
namespace support = lyx::support;
using std::string;