Compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20235 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-09-12 01:12:10 +00:00
parent 887bd847c6
commit cc9fb465a6
3 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include "support/lstrings.h"
#include <algorithm>
#include <fstream>
using std::string;
using std::vector;

View File

@ -27,7 +27,7 @@
#include "support/Path.h"
#include "support/Systemcall.h"
#include <boost/regex.hpp>
#include <boost/cregex.hpp>
#include <algorithm>
#include <fstream>

View File

@ -24,6 +24,8 @@
#include "support/Package.h"
#include "support/os.h"
#include <boost/tuple/tuple.hpp>
#include <QFontInfo>
#include <QFontDatabase>