]> git.lyx.org Git - features.git/commitdiff
Compile fix.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 12 Sep 2007 01:12:10 +0000 (01:12 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 12 Sep 2007 01:12:10 +0000 (01:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20235 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ControlTexinfo.cpp
src/frontends/controllers/frontend_helpers.cpp
src/frontends/qt4/GuiFontLoader.cpp

index 0320afdcebf7f72e1f92c39f39b8fad36aa6160b..7da565dd44e9967e1736c763c96723843553aaa4 100644 (file)
@@ -19,6 +19,7 @@
 #include "support/lstrings.h"
 
 #include <algorithm>
+#include <fstream>
 
 using std::string;
 using std::vector;
index e3b8d3f1e65775a2807aae5e606d13c0bebede8c..bf319d488dc06b7df76d151a902644c5f51e8218 100644 (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>
index 08da0a032f64980fdc8aec9eb02b341ccc947607..63ef2c00683f10d42a65c7299a01eaf83adabbba 100644 (file)
@@ -24,6 +24,8 @@
 #include "support/Package.h"
 #include "support/os.h"
 
+#include <boost/tuple/tuple.hpp>
+
 #include <QFontInfo>
 #include <QFontDatabase>