Swap <sstream> for "Lsstream.h".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6208 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-02-20 14:57:32 +00:00
parent 2a4b4dd50a
commit d02cff2442
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-20 Angus Leeming <leeming@lyx.org>
* tex2lyx.C: swap <sstream> for "Lsstream.h".
2003-02-11 Angus Leeming <leeming@lyx.org>
* tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.

View File

@ -10,11 +10,12 @@
#include <cctype>
#include <fstream>
#include <iostream>
#include <sstream>
#include <stack>
#include <string>
#include <vector>
#include "Lsstream.h"
#include "texparser.h"
using std::count_if;