mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
reverse last change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6120 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b31e2bd782
commit
8a5d04fd84
@ -1,7 +1,3 @@
|
||||
2003-02-12 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* tex2lyx.C: complation fix. gcc 2.95.2 does not have <sstream>
|
||||
|
||||
2003-02-11 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
|
||||
|
@ -10,11 +10,11 @@
|
||||
#include <cctype>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "Lsstream.h"
|
||||
#include "texparser.h"
|
||||
|
||||
using std::cout;
|
||||
|
Loading…
Reference in New Issue
Block a user