From 6b44ed159f171d954bd079560fa7e11fded22afb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Sat, 20 Nov 2004 09:19:52 +0000 Subject: [PATCH] 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 --- src/graphics/ChangeLog | 5 +++++ src/graphics/GraphicsCache.C | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 6d2634d1a8..7018b7f107 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,8 @@ +2004-11-20 Lars Gullik Bjonnes + + * GraphicsCache.C: include to fix compilation with boost + 1.32.0 + 2004-11-09 Georg Baum * GraphicsCacheItem.C: diff --git a/src/graphics/GraphicsCache.C b/src/graphics/GraphicsCache.C index 124141604e..12b0abc55b 100644 --- a/src/graphics/GraphicsCache.C +++ b/src/graphics/GraphicsCache.C @@ -19,6 +19,8 @@ #include "support/filetools.h" +#include + namespace support = lyx::support; using std::string; -- 2.39.5