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
This commit is contained in:
Angus Leeming 2003-04-15 11:52:30 +00:00
parent 58e2ae397e
commit e5b431516a
2 changed files with 5 additions and 0 deletions

View 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

View 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>