]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/boost.cpp
installer: further preparation
[lyx.git] / src / tex2lyx / boost.cpp
index d66af3f2b4a39a55f9e387fd625854f18e7f8505..f1dad3061ba80696e1d2de25f76b3e4d885bfec1 100644 (file)
@@ -3,22 +3,22 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "debug.h"
+#include "support/debug.h"
 
 #include <boost/assert.hpp>
 
 #include <cstdlib>
 #include <exception>
+#include <ostream>
 
-
-using std::endl;
+using namespace std;
 
 namespace boost {