From ac21db957a6c2f2723752c6a30734f06b0a667e3 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 15 Nov 2013 03:51:17 +0600 Subject: Add functional and cctype headers to msgfmt.cc Fixes compilation with MSVC compilers. Patch by leszekswirski (Lech Swirski) with some own tweaks. Differential Revision: http://developer.blender.org/D2 --- intern/locale/msgfmt.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intern/locale/msgfmt.cc b/intern/locale/msgfmt.cc index 312e4728973..17720adfa48 100644 --- a/intern/locale/msgfmt.cc +++ b/intern/locale/msgfmt.cc @@ -14,7 +14,9 @@ // Usage: msgfmt input.po output.po #include +#include #include +#include #include #include #include -- cgit v1.2.3