mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
2349a51b12
commit
6b44ed159f
@ -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:
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
#include "support/filetools.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace support = lyx::support;
|
||||
|
||||
using std::string;
|
||||
|
Loading…
Reference in New Issue
Block a user