]> git.lyx.org Git - features.git/commitdiff
unicode.cpp: make it compile again
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 12 Nov 2012 23:27:46 +0000 (00:27 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 12 Nov 2012 23:27:46 +0000 (00:27 +0100)
the removal of this header in [ea1d9cb3/lyxgit] was too much

src/support/unicode.cpp

index 574d9f904f4e620f9459ec96201cb9b99d693d3e..8b0f9cb0db416b80a65206326b1b215d9ad4e4c8 100644 (file)
@@ -23,6 +23,7 @@
 #include <cerrno>
 #include <map>
 #include <ostream>
+#include <string>
 
 
 using namespace std;