From 1c64f01ea1f0efc934c0f79d6b0738c6bd1dcaf5 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 11 Feb 2003 13:48:48 +0000 Subject: [PATCH] fix compile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6102 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/ChangeLog | 4 ++++ src/tex2lyx/tex2lyx.C | 5 +++++ 2 files changed, 9 insertions(+) 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 { -- 2.39.5