mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
fix compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6102 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
672270f9b8
commit
1c64f01ea1
@ -1,3 +1,7 @@
|
||||
2003-02-11 John Levon <levon@movementarian.org>
|
||||
|
||||
* tex2lyx.C: add some using declarations
|
||||
|
||||
2003-02-11 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* .cvsignore: new file.
|
||||
|
@ -29,6 +29,11 @@ using std::ostringstream;
|
||||
using std::stack;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::string;
|
||||
using std::stack;
|
||||
using std::istringstream;
|
||||
using std::ostringstream;
|
||||
using std::ifstream;
|
||||
|
||||
|
||||
namespace {
|
||||
|
Loading…
Reference in New Issue
Block a user