mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
2a4b4dd50a
commit
d02cff2442
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user