From: Angus Leeming Date: Tue, 15 Apr 2003 11:52:30 +0000 (+0000) Subject: The file uses tostr, subst so #include lstrings.h explicitly. X-Git-Tag: 1.6.10~16961 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e5b431516a961dda823d2c99968aff5943b69b5e;p=features.git 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 --- 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