From: John Levon Date: Tue, 11 Feb 2003 13:48:48 +0000 (+0000) Subject: fix compile X-Git-Tag: 1.6.10~17561 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1c64f01ea1f0efc934c0f79d6b0738c6bd1dcaf5;p=lyx.git fix compile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6102 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/tex2lyx/ChangeLog b/src/tex2lyx/ChangeLog index f27934e9e8..a16946b46d 100644 --- a/src/tex2lyx/ChangeLog +++ b/src/tex2lyx/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 John Levon + + * tex2lyx.C: add some using declarations + 2003-02-11 Angus Leeming * .cvsignore: new file. diff --git a/src/tex2lyx/tex2lyx.C b/src/tex2lyx/tex2lyx.C index 33c33d86ee..165ec5a38e 100644 --- a/src/tex2lyx/tex2lyx.C +++ b/src/tex2lyx/tex2lyx.C @@ -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 {