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
This commit is contained in:
Sergey Sharybin 2013-11-15 03:51:17 +06:00
parent efd518b379
commit ac21db957a

@ -14,7 +14,9 @@
// Usage: msgfmt input.po output.po
#include <algorithm>
#include <cctype>
#include <fstream>
#include <functional>
#include <iostream>
#include <map>
#include <stdlib.h>