From 314e40b6ce461c5d1fb9cee9eabd909c0d9ab724 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 19 Aug 2015 10:09:08 +0200 Subject: Hopefully fix broken windows after recent i18n split. We need to include BLI_utildefines.h when using __func__... --- source/blender/blentranslation/intern/blt_lang.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blentranslation') 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" -- cgit v1.2.3