Compilation fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6134 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2003-02-12 21:07:47 +00:00
parent 920aae526a
commit 0a64d3427b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "texparser.h"
#include "Lsstream.h"
#include <iostream>
using std::cerr;
using std::endl;

View File

@ -137,7 +137,7 @@ public:
///
int lineno_;
///
vector<Token> tokens_;
std::vector<Token> tokens_;
///
unsigned pos_;
};