From e5b431516a961dda823d2c99968aff5943b69b5e Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 15 Apr 2003 11:52:30 +0000 Subject: [PATCH] The file uses tostr, subst so #include lstrings.h explicitly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6816 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/ChangeLog | 4 ++++ src/graphics/GraphicsConverter.C | 1 + 2 files changed, 5 insertions(+) diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index 76ec4744ba..69316d549b 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2003-04-15 Angus Leeming + + * GraphicsConverter.C: #include lstrings.h. + 2003-02-28 Alfredo Braunstein * GraphicsConverter.C diff --git a/src/graphics/GraphicsConverter.C b/src/graphics/GraphicsConverter.C index ce04d9bf20..852e5bb6ae 100644 --- a/src/graphics/GraphicsConverter.C +++ b/src/graphics/GraphicsConverter.C @@ -19,6 +19,7 @@ #include "support/filetools.h" #include "support/forkedcall.h" #include "support/forkedcallqueue.h" +#include "support/lstrings.h" #include "support/lyxlib.h" #include -- 2.39.2