From b53243295a4c1cb87eee9ee99f5df240d1bed963 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 13 Nov 2012 00:27:46 +0100 Subject: [PATCH] unicode.cpp: make it compile again the removal of this header in [ea1d9cb3/lyxgit] was too much --- src/support/unicode.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/support/unicode.cpp b/src/support/unicode.cpp index 574d9f904f..8b0f9cb0db 100644 --- a/src/support/unicode.cpp +++ b/src/support/unicode.cpp @@ -23,6 +23,7 @@ #include #include #include +#include using namespace std; -- 2.39.2