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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-08-19 11:09:08 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-08-19 11:10:29 +0300
commit314e40b6ce461c5d1fb9cee9eabd909c0d9ab724 (patch)
tree1e51ee387942dbf8892b54adce678d2fe46d5b50 /source/blender/blentranslation/intern
parenta3b151f341cd415ac48adb96c5b3d448ea2617fc (diff)
Hopefully fix broken windows after recent i18n split.
We need to include BLI_utildefines.h when using __func__...
Diffstat (limited to 'source/blender/blentranslation/intern')
-rw-r--r--source/blender/blentranslation/intern/blt_lang.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blentranslation/intern/blt_lang.c b/source/blender/blentranslation/intern/blt_lang.c
index 49cc95c9d27..cd4545275ee 100644
--- a/source/blender/blentranslation/intern/blt_lang.c
+++ b/source/blender/blentranslation/intern/blt_lang.c
@@ -40,12 +40,13 @@
#include "RNA_types.h"
#include "BLT_translation.h"
-#include "BLT_lang.h" /* own include */
+#include "BLT_lang.h" /* own include */
#include "BLI_fileops.h"
#include "BLI_linklist.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
+#include "BLI_utildefines.h"
#include "BKE_appdir.h"