]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.C
fix reading the author field.
[lyx.git] / src / Chktex.C
index 9d3b7262087fc7f99faf4b269d8f1f99c3f57f9a..4ad44c2fca4447f674d3bed647f6f585718989f4 100644 (file)
 
 #include "LaTeX.h" // TeXErrors
 
-#include "support/BoostFormat.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
 #include "support/lyxlib.h"
 #include "support/systemcall.h"
 
+#include <boost/format.hpp>
+
 #include <fstream>
 
 using lyx::support::atoi;
@@ -30,7 +31,7 @@ using lyx::support::split;
 using lyx::support::Systemcall;
 
 using std::getline;
-
+using std::string;
 using std::ifstream;