]> git.lyx.org Git - lyx.git/blobdiff - src/client/messages.C
hopefully fix tex2lyx linking.
[lyx.git] / src / client / messages.C
index 838d061b19c0db3503df32b8e8250141b597b496..0f140dcdba65685a298b5d8a6ba09c1419e81e42 100644 (file)
 #include <config.h>
 
 #include "messages.h"
+#include "debug.h"
 #include "support/filetools.h"
 #include "support/package.h"
 
+#include <boost/current_function.hpp>
+
+#include <cerrno>
+
 
 namespace lyx {
 
@@ -165,7 +170,7 @@ public:
 
        docstring const get(string const & m) const
        {
-               return m;
+               return from_ascii(m);
        }
 };
 #endif