Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/locale/msgfmt.cc2
1 files changed, 2 insertions, 0 deletions
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 <algorithm>
+#include <cctype>
#include <fstream>
+#include <functional>
#include <iostream>
#include <map>
#include <stdlib.h>