From fe8d235a6b432bef48379cd43c5474dcf17cb2fb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 16 Apr 2015 23:11:17 -0400 Subject: [PATCH] UTF8: Moved mk_wcwidth definition to utf8.h --- src/Date.cpp | 1 + src/text.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Date.cpp b/src/Date.cpp index 69dd376bc..20015fe63 100644 --- a/src/Date.cpp +++ b/src/Date.cpp @@ -38,6 +38,7 @@ #include #include #include +#include #include #include diff --git a/src/text.h b/src/text.h index ae6b300d3..a126199ce 100644 --- a/src/text.h +++ b/src/text.h @@ -84,7 +84,5 @@ std::string rightJustifyZero (const int, const int); std::string rightJustify (const int, const int); std::string rightJustify (const std::string&, const int); -int mk_wcwidth (wchar_t); - #endif ////////////////////////////////////////////////////////////////////////////////