]> git.lyx.org Git - lyx.git/blobdiff - src/client/messages.C
unneeded header
[lyx.git] / src / client / messages.C
index e0f559435ec2b126a1bd6c89fe8cba103a719797..0f140dcdba65685a298b5d8a6ba09c1419e81e42 100644 (file)
@@ -14,6 +14,8 @@
 #include "support/filetools.h"
 #include "support/package.h"
 
+#include <boost/current_function.hpp>
+
 #include <cerrno>
 
 
@@ -168,7 +170,7 @@ public:
 
        docstring const get(string const & m) const
        {
-               return m;
+               return from_ascii(m);
        }
 };
 #endif