]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstream.cpp
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / docstream.cpp
index 60787a654a2c887da9ce233f920da5d6db040c66..5ae2ff3224daaab6832ecd658144f5904a4994f3 100644 (file)
@@ -23,6 +23,12 @@ using namespace std;
 
 using lyx::ucs4_codeset;
 
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1600)
+std::locale::id numpunct<lyx::char_type>::id;
+#endif
+
+
 namespace {
 
 // We use C IO throughout this file, because the facets might be used with