]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/boost.cpp
tex2lyx/text.cpp: take care of the brace pair after comment environments that are...
[lyx.git] / src / tex2lyx / boost.cpp
index d66af3f2b4a39a55f9e387fd625854f18e7f8505..7efe686a4925492547f61f4d50a0c5cf74874ce3 100644 (file)
 
 #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 {
 
-void throw_exception(std::exception const & e)
+void throw_exception(exception const & e)
 {
        lyx::lyxerr << "Exception caught:\n"
               << e.what() << endl;