mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 21:05:12 +00:00
compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8212 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
278ccb1e2c
commit
22fb18a489
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* QExternal.C: add using directive
|
||||||
|
|
||||||
2003-12-05 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
2003-12-05 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
* QBox.[Ch]: (new)
|
* QBox.[Ch]: (new)
|
||||||
|
@ -48,6 +48,7 @@ using lyx::support::trim;
|
|||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
using std::find;
|
||||||
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
Reference in New Issue
Block a user