]> git.lyx.org Git - lyx.git/commitdiff
fix compile
authorJohn Levon <levon@movementarian.org>
Tue, 11 Feb 2003 13:48:48 +0000 (13:48 +0000)
committerJohn Levon <levon@movementarian.org>
Tue, 11 Feb 2003 13:48:48 +0000 (13:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6102 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/ChangeLog
src/tex2lyx/tex2lyx.C

index f27934e9e83dc63ce22bf5f1afae2e7d53d8d9ba..a16946b46d7c21a12a6f88970c31c937c027e6a0 100644 (file)
@@ -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.
index 33c33d86ee34bc300049f41f34e164cb9b0f7ae8..165ec5a38e71ce8560558f06c1ec066a8b1ab77d 100644 (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 {