]> git.lyx.org Git - features.git/commitdiff
The file uses tostr, subst so #include lstrings.h explicitly.
authorAngus Leeming <leeming@lyx.org>
Tue, 15 Apr 2003 11:52:30 +0000 (11:52 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 15 Apr 2003 11:52:30 +0000 (11:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6816 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/ChangeLog
src/graphics/GraphicsConverter.C

index 76ec4744bae95d7b149e385b0eac1868e19752a1..69316d549bb0a963494690cfa2a5c865d0bcace8 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-15  Angus Leeming  <leeming@lyx.org>
+
+       * GraphicsConverter.C: #include lstrings.h.
+
 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
 
        * GraphicsConverter.C
index ce04d9bf207f0cd8ae2d729b78df40b4ba86d05d..852e5bb6ae544dd41a10fb741b35ca288ea8d70a 100644 (file)
@@ -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 <boost/bind.hpp>